diff --git a/aftership-woocommerce-tracking.php b/aftership-woocommerce-tracking.php index e2b9a5a..9e0e4a1 100644 --- a/aftership-woocommerce-tracking.php +++ b/aftership-woocommerce-tracking.php @@ -3,7 +3,7 @@ * Plugin Name: AfterShip Tracking - All-In-One WooCommerce Order Tracking (Free plan available) * Plugin URI: http://aftership.com/ * Description: Track orders in one place. shipment tracking, automated notifications, order lookup, branded tracking page, delivery day prediction - * Version: 1.17.10 + * Version: 1.17.11 * Author: AfterShip * Author URI: http://aftership.com * @@ -20,7 +20,7 @@ require_once( 'woo-includes/woo-functions.php' ); -define( 'AFTERSHIP_VERSION', '1.17.10' ); +define( 'AFTERSHIP_VERSION', '1.17.11' ); define( 'AFTERSHIP_PATH', dirname( __FILE__ ) ); define( 'AFTERSHIP_ASSETS_URL', plugins_url() . '/' . basename( AFTERSHIP_PATH ) ); define( 'AFTERSHIP_SCRIPT_TAGS', 'aftership_script_tags' ); diff --git a/includes/class-aftership-import-csv.php b/includes/class-aftership-import-csv.php index 1f499fc..ccc4254 100644 --- a/includes/class-aftership-import-csv.php +++ b/includes/class-aftership-import-csv.php @@ -420,7 +420,7 @@ public function import_csv() { * * @throws Exception */ - public function import_tracking( $order_id = null, $data, $import_options, $order_number = null ) { + public function import_tracking( $order_id, $data, $import_options, $order_number = null ) { if ( ( $order_id || $order_number ) && count( $data ) ) { $order_status = $import_options['order_status']; $original_order_id = $order_id; diff --git a/readme.txt b/readme.txt index d397721..90cc6a3 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.aftership.com/ Tags: woocommerce shipping,woocommerce tracking,shipment tracking,order tracking, woocommerce,track order,dhl,ups,usps,fedex,shipping,tracking,order Requires at least: 2.9 Tested up to: 6.3 -Stable tag: 1.17.10 +Stable tag: 1.17.11 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -141,6 +141,9 @@ Tailor a dynamic branded tracking page. Upload promotional banner, logo, and fav == Changelog == += 1.17.11 = +* Fix known issue + = 1.17.10 = * Enhancement: support order number column (csv template) for Import Tracking