Plugin Directory

Changeset 3103720


Ignore:
Timestamp:
06/17/2024 06:47:27 PM (21 months ago)
Author:
routedev
Message:

version bump

Location:
routeapp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • routeapp/trunk/readme.txt

    r3103711 r3103720  
    66Requires at least: 4.0
    77Tested up to: 6.4.1
    8 Stable tag: 2.2.15
     8Stable tag: 2.2.16
    99Requires PHP: 5.6
    1010License: GPLv2 or later
     
    106106
    107107== Changelog ==
     108= 2.2.16 =
     109* fix deployment issue
     110
    108111= 2.2.15 =
    109112* Update order reconcile functionality
  • routeapp/trunk/routeapp.php

    r3103711 r3103720  
    1010 * Plugin URI:        https://route.com/for-merchants/
    1111 * Description:       Route allows shoppers to insure their orders with one-click during checkout, adding a layer of 3rd party trust while improving the customer shopping experience.
    12  * Version:           2.2.15
     12 * Version:           2.2.16
    1313 * Author:            Route
    1414 * Author URI:        https://route.com/
     
    2626 * Currently plugin version.
    2727 */
    28 define( 'ROUTEAPP_VERSION', '2.2.15' );
     28define( 'ROUTEAPP_VERSION', '2.2.16' );
    2929
    3030/**
Note: See TracChangeset for help on using the changeset viewer.