Changeset 3327808
- Timestamp:
- 07/14/2025 08:36:01 PM (9 months ago)
- Location:
- routeapp/trunk
- Files:
-
- 4 edited
-
includes/class-routeapp-tracking.php (modified) (1 diff)
-
includes/class-routeapp.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
routeapp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
routeapp/trunk/includes/class-routeapp-tracking.php
r2466718 r3327808 17 17 new Routeapp_Wooshippinginfo_Tracking(), 18 18 new Routeapp_Woo_Orders_Tracking(), 19 new Routeapp_Woocommerce_Orders_Tracking(), 19 20 new Routeapp_Jetpack(), 20 21 new Routeapp_ShippingEasy(), -
routeapp/trunk/includes/class-routeapp.php
r3103711 r3327808 217 217 218 218 /** 219 * The class responsible for integrate the Woo Orders Tracking plugin 220 */ 221 require plugin_dir_path( dirname( __FILE__ ) ) . 'includes/tracking-providers/class-routeapp-woocommerce-orders-tracking.php'; 222 223 224 /** 219 225 * The class responsible for integrate the Aftership Shipment Tracking plugin 220 226 */ -
routeapp/trunk/readme.txt
r3248129 r3327808 6 6 Requires at least: 4.0 7 7 Tested up to: 6.7.1 8 Stable tag: 2.2.2 58 Stable tag: 2.2.26 9 9 Requires PHP: 5.6 10 10 License: GPLv2 or later … … 106 106 107 107 == Changelog == 108 = 2.2.26 = 109 * Add compatibility with "WooCommerce Orders Tracking - SMS - PayPal Tracking Autopilot" plugin 110 108 111 = 2.2.25 = 109 112 * Remove billing alert -
routeapp/trunk/routeapp.php
r3248129 r3327808 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 512 * Version: 2.2.26 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 5' );28 define( 'ROUTEAPP_VERSION', '2.2.26' ); 29 29 30 30 /**
Note: See TracChangeset
for help on using the changeset viewer.