AfterShip – WooCommerce Tracking - Version 1.7.9

Version Description

Download this release

Release Info

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

Code changes from version 1.7.8 to 1.7.9

Files changed (3) hide show
  1. aftership.php +1 -1
  2. assets/js/couriers.js +6 -0
  3. readme.txt +8 -11
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.8
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.9
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
assets/js/couriers.js CHANGED
@@ -1505,6 +1505,12 @@ function get_couriers() {
1505
  "other_name": "NinjaVan MY",
1506
  "required_fields": []
1507
  },
 
 
 
 
 
 
1508
  {
1509
  "slug": "nipost",
1510
  "name": "NiPost",
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",
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.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -13,6 +13,9 @@ AfterShip is free for 100 first shipments, then try Premium.
13
 
14
  == Description ==
15
 
 
 
 
16
  ###Top Shipment Tracking Plugin (Free)
17
  By installing AfterShip plugin, you can automatically add Tracking Number and Courier fields to your admin panel. After you fulfill an order, simply enter the tracking number and select a courier at WooCommerce, the same info will be displayed at customer's order history page. AfterShip supports over 360+ carriers worldwide, you can select couriers by [signing up a free AfterShip account](https://secure.aftership.com/signup).
18
 
@@ -87,19 +90,13 @@ You'll find the FAQ on [AfterShip.com](https://aftership.uservoice.com/knowledge
87
 
88
  == Screenshots ==
89
 
90
- 1. Add tracking number and carrier to WooCommerce
91
- 2. Display tracking info at order history page
92
- 3. Support tracking of UPS, DHL, FedEx, USPS and 360+ carriers
93
- 4. AfterShip dashboard
94
- 5. Track all shipments in one place
95
- 6. View exception, and filter by status
96
- 7. Automatically send out delivery notifications
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
 
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
 
13
 
14
  == Description ==
15
 
16
+ ###[NEW] New Theme for Branded Tracking Page
17
+ With more customization and ability to upload a promotion banner to further engage your customers. (PREMIUM)
18
+
19
  ###Top Shipment Tracking Plugin (Free)
20
  By installing AfterShip plugin, you can automatically add Tracking Number and Courier fields to your admin panel. After you fulfill an order, simply enter the tracking number and select a courier at WooCommerce, the same info will be displayed at customer's order history page. AfterShip supports over 360+ carriers worldwide, you can select couriers by [signing up a free AfterShip account](https://secure.aftership.com/signup).
21
 
90
 
91
  == Screenshots ==
92
 
93
+ 1. [NEW] New Theme for Branded Tracking Page
94
+ 2. Customize Email/SMS notifications
95
+ 3. Add Tracking number and carrier to WooCommerce
96
+ 4. AfterShip Dashboard
 
 
 
97
 
98
  == Changelog ==
99
 
 
 
 
100
  = 1.7.4 =
101
  * Remove deprecated warning on Woocommerce 3
102