AfterShip – WooCommerce Tracking - Version 1.10.5

Version Description

  • Update courier name for australia-post-api
Download this release

Release Info

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

Code changes from version 1.10.4 to 1.10.5

Files changed (3) hide show
  1. aftership.php +1 -1
  2. assets/js/couriers.js +2 -1
  3. readme.txt +5 -1
aftership.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ecommerce Order Tracking and Shipment Notifications - AfterShip
4
  Plugin URI: http://aftership.com/
5
  Description: Effortless order tracking synced from all shipping providers for your ecommerce customers. Include a branded tracking page and automated delivery notifications.
6
- Version: 1.10.4
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
3
  Plugin Name: Ecommerce Order Tracking and Shipment Notifications - AfterShip
4
  Plugin URI: http://aftership.com/
5
  Description: Effortless order tracking synced from all shipping providers for your ecommerce customers. Include a branded tracking page and automated delivery notifications.
6
+ Version: 1.10.5
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
assets/js/couriers.js CHANGED
@@ -1,3 +1,4 @@
 
1
  function get_couriers() {
2
  var data = [
3
  {
@@ -400,7 +401,7 @@ function get_couriers() {
400
  },
401
  {
402
  "slug": "australia-post-api",
403
- "name": "Australia Post",
404
  "other_name": "",
405
  "required_fields": []
406
  },
1
+ // @notice australia-post-api name change to "Australia Post API" different from AfterShip couriers API
2
  function get_couriers() {
3
  var data = [
4
  {
401
  },
402
  {
403
  "slug": "australia-post-api",
404
+ "name": "Australia Post API",
405
  "other_name": "",
406
  "required_fields": []
407
  },
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.aftership.com/
4
  Tags: ecommerce, shipping, shipment, order, ups, usps, fedex, dhl, tnt, dpd, post, carrier, courier, woocommerce, tracking number, aftership, package tracking, woo commerce, woocommerce shipment tracking, shipping details plugin, widget, shipstation, track, package
5
  Requires at least: 2.9
6
  Tested up to: 5.6
7
- Stable tag: 1.10.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -95,6 +95,10 @@ You'll find the FAQ on [AfterShip.com](https://aftership.uservoice.com/knowledge
95
 
96
  == Changelog ==
97
 
 
 
 
 
98
  = 1.10.3 =
99
  * Update readme
100
 
4
  Tags: ecommerce, shipping, shipment, order, ups, usps, fedex, dhl, tnt, dpd, post, carrier, courier, woocommerce, tracking number, aftership, package tracking, woo commerce, woocommerce shipment tracking, shipping details plugin, widget, shipstation, track, package
5
  Requires at least: 2.9
6
  Tested up to: 5.6
7
+ Stable tag: 1.10.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
95
 
96
  == Changelog ==
97
 
98
+
99
+ = 1.10.5 =
100
+ * Update courier name for australia-post-api
101
+
102
  = 1.10.3 =
103
  * Update readme
104