AfterShip – WooCommerce Tracking - Version 1.6.1

Version Description

  • Fixed Woocommerce Tracking plugin provider error
Download this release

Release Info

Developer aftership
Plugin Icon 128x128 AfterShip – WooCommerce Tracking
Version 1.6.1
Comparing to
See all releases

Code changes from version 1.6.0 to 1.6.1

aftership.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: AfterShip - WooCommerce Tracking
4
  Plugin URI: http://aftership.com/
5
  Description: Add tracking number and carrier name to WooCommerce, display tracking info at order history page, auto import tracking numbers to AfterShip.
6
- Version: 1.6.0
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
3
  Plugin Name: AfterShip - WooCommerce Tracking
4
  Plugin URI: http://aftership.com/
5
  Description: Add tracking number and carrier name to WooCommerce, display tracking info at order history page, auto import tracking numbers to AfterShip.
6
+ Version: 1.6.1
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
api/class-aftership-api-orders.php CHANGED
@@ -265,7 +265,7 @@ class AfterShip_API_Orders extends AfterShip_API_Resource
265
  'tracking_key' => get_post_meta($order->id, '_aftership_tracking_key', true),
266
  'tracking_destination_country' => get_post_meta($order->id, '_aftership_tracking_destination_country', true),
267
  );
268
- } else if ($plugin == 'wc-shipment-tracking') { //$49
269
  $order_data['aftership']['woocommerce']['trackings'][] = array(
270
  'tracking_number' => get_post_meta($order->id, '_tracking_number', true),
271
  );
265
  'tracking_key' => get_post_meta($order->id, '_aftership_tracking_key', true),
266
  'tracking_destination_country' => get_post_meta($order->id, '_aftership_tracking_destination_country', true),
267
  );
268
+ } else { //$49
269
  $order_data['aftership']['woocommerce']['trackings'][] = array(
270
  'tracking_number' => get_post_meta($order->id, '_tracking_number', true),
271
  );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.aftership.com/
4
  Tags: shipping, tracking, ups, usps, fedex, dhl, tnt, dpd, post, shipment, woocommerce, tracking number, aftership, package tracking, fulfilment, tracking link, carrier, courier, woo commerce, woocommerce shipment tracking, shipping details plugin, widget, shipstation, track, package
5
  Requires at least: 2.9
6
  Tested up to: 4.2.2
7
- Stable tag: 1.6.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -92,6 +92,9 @@ You'll find the FAQ on [AfterShip.com](https://aftership.uservoice.com/knowledge
92
 
93
  == Changelog ==
94
 
 
 
 
95
  = 1.6.0 =
96
  * Custom tracking URL support
97
 
4
  Tags: shipping, tracking, ups, usps, fedex, dhl, tnt, dpd, post, shipment, woocommerce, tracking number, aftership, package tracking, fulfilment, tracking link, carrier, courier, woo commerce, woocommerce shipment tracking, shipping details plugin, widget, shipstation, track, package
5
  Requires at least: 2.9
6
  Tested up to: 4.2.2
7
+ Stable tag: 1.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
92
 
93
  == Changelog ==
94
 
95
+ = 1.6.1 =
96
+ * Fixed Woocommerce Tracking plugin provider error
97
+
98
  = 1.6.0 =
99
  * Custom tracking URL support
100