Changeset 3103720
- Timestamp:
- 06/17/2024 06:47:27 PM (21 months ago)
- Location:
- routeapp/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
routeapp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
routeapp/trunk/readme.txt
r3103711 r3103720 6 6 Requires at least: 4.0 7 7 Tested up to: 6.4.1 8 Stable tag: 2.2.1 58 Stable tag: 2.2.16 9 9 Requires PHP: 5.6 10 10 License: GPLv2 or later … … 106 106 107 107 == Changelog == 108 = 2.2.16 = 109 * fix deployment issue 110 108 111 = 2.2.15 = 109 112 * Update order reconcile functionality -
routeapp/trunk/routeapp.php
r3103711 r3103720 10 10 * Plugin URI: https://route.com/for-merchants/ 11 11 * 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.1 512 * Version: 2.2.16 13 13 * Author: Route 14 14 * Author URI: https://route.com/ … … 26 26 * Currently plugin version. 27 27 */ 28 define( 'ROUTEAPP_VERSION', '2.2.1 5' );28 define( 'ROUTEAPP_VERSION', '2.2.16' ); 29 29 30 30 /**
Note: See TracChangeset
for help on using the changeset viewer.