AfterShip – WooCommerce Tracking - Version 1.7.6

Version Description

  • Add new couriers
Download this release

Release Info

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

Code changes from version 1.7.5 to 1.7.6

Files changed (3) hide show
  1. aftership.php +1 -1
  2. assets/js/couriers.js +6 -0
  3. readme.txt +4 -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.5
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.7.6
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
assets/js/couriers.js CHANGED
@@ -2145,6 +2145,12 @@ function get_couriers() {
2145
  "other_name": "ΓΕΝΙΚΗ ΤΑΧΥΔΡΟΜΙΚΗ",
2146
  "required_fields": []
2147
  },
 
 
 
 
 
 
2148
  {
2149
  "slug": "tgx",
2150
  "name": "Kerry Express Hong Kong",
2145
  "other_name": "ΓΕΝΙΚΗ ΤΑΧΥΔΡΟΜΙΚΗ",
2146
  "required_fields": []
2147
  },
2148
+ {
2149
+ "slug": "tcs",
2150
+ "name": "TCS",
2151
+ "other_name": "TCS",
2152
+ "required_fields": []
2153
+ },
2154
  {
2155
  "slug": "tgx",
2156
  "name": "Kerry Express Hong Kong",
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.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -97,6 +97,9 @@ You'll find the FAQ on [AfterShip.com](https://aftership.uservoice.com/knowledge
97
 
98
  == Changelog ==
99
 
 
 
 
100
  = 1.7.4 =
101
  * Remove deprecated warning on Woocommerce 3
102
 
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.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
97
 
98
  == Changelog ==
99
 
100
+ = 1.7.6 =
101
+ * Add new couriers
102
+
103
  = 1.7.4 =
104
  * Remove deprecated warning on Woocommerce 3
105