Changeset 3327817
- Timestamp:
- 07/14/2025 09:03:19 PM (9 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
r3327808 r3327817 6 6 Requires at least: 4.0 7 7 Tested up to: 6.7.1 8 Stable tag: 2.2.2 68 Stable tag: 2.2.27 9 9 Requires PHP: 5.6 10 10 License: GPLv2 or later … … 106 106 107 107 == Changelog == 108 109 = 2.2.27 = 110 * Minor update on code format 111 108 112 = 2.2.26 = 109 113 * Add compatibility with "WooCommerce Orders Tracking - SMS - PayPal Tracking Autopilot" plugin -
routeapp/trunk/routeapp.php
r3327808 r3327817 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.2 612 * Version: 2.2.27 13 13 * Author: Route 14 14 * Author URI: https://route.com/ … … 26 26 * Currently plugin version. 27 27 */ 28 define( 'ROUTEAPP_VERSION', '2.2.2 6' );28 define( 'ROUTEAPP_VERSION', '2.2.27' ); 29 29 30 30 /**
Note: See TracChangeset
for help on using the changeset viewer.