AfterShip – WooCommerce Tracking - Version 1.8.0

Version Description

Download this release

Release Info

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

Code changes from version 1.7.9 to 1.8.0

Files changed (3) hide show
  1. aftership.php +1 -1
  2. assets/js/couriers.js +12 -6
  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.7.9
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.0
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
assets/js/couriers.js CHANGED
@@ -1505,12 +1505,6 @@ function get_couriers() {
1505
  "other_name": "NinjaVan MY",
1506
  "required_fields": []
1507
  },
1508
- {
1509
- "slug": "ninjavan-thai",
1510
- "name": "Ninja Van Thailand",
1511
- "other_name": "Ninja Van Thailand",
1512
- "required_fields": []
1513
- },
1514
  {
1515
  "slug": "nipost",
1516
  "name": "NiPost",
@@ -2500,6 +2494,18 @@ function get_couriers() {
2500
  "name": "DPD Romania",
2501
  "other_name": "",
2502
  "required_fields": []
 
 
 
 
 
 
 
 
 
 
 
 
2503
  }
2504
  ];
2505
  return data;
1505
  "other_name": "NinjaVan MY",
1506
  "required_fields": []
1507
  },
 
 
 
 
 
 
1508
  {
1509
  "slug": "nipost",
1510
  "name": "NiPost",
2494
  "name": "DPD Romania",
2495
  "other_name": "",
2496
  "required_fields": []
2497
+ },
2498
+ {
2499
+ "slug": "omniva",
2500
+ "name": "Omniva",
2501
+ "other_name": "",
2502
+ "required_fields": []
2503
+ },
2504
+ {
2505
+ "slug": "pilot-freight",
2506
+ "name": "Pilot Freight",
2507
+ "other_name": "",
2508
+ "required_fields": []
2509
  }
2510
  ];
2511
  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.7.9
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.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10