AfterShip – WooCommerce Tracking - Version 1.9.7

Version Description

  • Add new couriers
Download this release

Release Info

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

Code changes from version 1.9.6 to 1.9.7

Files changed (3) hide show
  1. aftership.php +1 -1
  2. assets/js/couriers.js +8 -0
  3. readme.txt +3 -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.9.6
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.9.7
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
assets/js/couriers.js CHANGED
@@ -3096,7 +3096,15 @@ function get_couriers() {
3096
  "name": "Latvijas Pasts",
3097
  "other_name": "",
3098
  "required_fields": []
 
 
 
 
 
 
3099
  }
 
 
3100
  ];
3101
  return data;
3102
  }
3096
  "name": "Latvijas Pasts",
3097
  "other_name": "",
3098
  "required_fields": []
3099
+ },
3100
+ {
3101
+ "slug": "australia-post-api",
3102
+ "name": "Australia Post API",
3103
+ "other_name": "",
3104
+ "required_fields": []
3105
  }
3106
+
3107
+
3108
  ];
3109
  return data;
3110
  }
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.9.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -96,6 +96,8 @@ You'll find the FAQ on [AfterShip.com](https://aftership.uservoice.com/knowledge
96
  7. Automatically send out delivery notifications
97
 
98
  == Changelog ==
 
 
99
 
100
  = 1.9.6 =
101
  * Fix the "Unable to connect to Woocommerce under specified circumstances" issue
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.9.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
96
  7. Automatically send out delivery notifications
97
 
98
  == Changelog ==
99
+ = 1.9.7 =
100
+ * Add new couriers
101
 
102
  = 1.9.6 =
103
  * Fix the "Unable to connect to Woocommerce under specified circumstances" issue