AfterShip – WooCommerce Tracking - Version 1.8.4

Version Description

Download this release

Release Info

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

Code changes from version 1.8.3 to 1.8.4

Files changed (3) hide show
  1. aftership.php +1 -1
  2. assets/js/couriers.js +12 -0
  3. readme.txt +1 -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.8.3
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.8.4
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
assets/js/couriers.js CHANGED
@@ -2524,6 +2524,18 @@ function get_couriers() {
2524
  "name": "Omniva",
2525
  "other_name": "",
2526
  "required_fields": []
 
 
 
 
 
 
 
 
 
 
 
 
2527
  }
2528
  ];
2529
  return data;
2524
  "name": "Omniva",
2525
  "other_name": "",
2526
  "required_fields": []
2527
+ },
2528
+ {
2529
+ "slug": "ninjavan-thai",
2530
+ "name": "Ninja Van Thailand",
2531
+ "other_name": "",
2532
+ "required_fields": []
2533
+ },
2534
+ {
2535
+ "slug": "efs",
2536
+ "name": "EFS (E-commerce Fulfillment Service)",
2537
+ "other_name": "",
2538
+ "required_fields": []
2539
  }
2540
  ];
2541
  return data;
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.8.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
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.8.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10