AfterShip – WooCommerce Tracking - Version 1.12.2

Version Description

  • Update readme
Download this release

Release Info

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

Code changes from version 1.12.1 to 1.12.2

aftership-woocommerce-tracking.php CHANGED
@@ -1,9 +1,9 @@
1
  <?php
2
  /*
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.12.1
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
@@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) {
20
 
21
  require_once( 'woo-includes/woo-functions.php' );
22
 
23
- define( 'AFTERSHIP_VERSION', '1.12.1' );
24
 
25
  if ( is_woocommerce_active() ) {
26
 
1
  <?php
2
  /*
3
+ Plugin Name: AfterShip Order Tracking and Shipment Notifications for WooCommerce
4
  Plugin URI: http://aftership.com/
5
+ Description: All-in-one Shipment Tracking for WooCommerce, Branded tracking pages, notifications, order lookup page. FedEx,USPS,UPS,DHL,Canada Post 800+ couriers.
6
+ Version: 1.12.2
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
20
 
21
  require_once( 'woo-includes/woo-functions.php' );
22
 
23
+ define( 'AFTERSHIP_VERSION', '1.12.2' );
24
 
25
  if ( is_woocommerce_active() ) {
26
 
assets/icon-128x128.png ADDED
Binary file
assets/icon-256x256.png ADDED
Binary file
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Plugin Name ===
2
  Contributors: aftership
3
  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.7
7
- Stable tag: 1.12.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -95,6 +95,9 @@ You'll find the FAQ on [AfterShip.com](https://aftership.uservoice.com/knowledge
95
 
96
  == Changelog ==
97
 
 
 
 
98
  = 1.12.1 =
99
  * Update courier list
100
 
1
  === Plugin Name ===
2
  Contributors: aftership
3
  Donate link: https://www.aftership.com/
4
+ Tags: tracking, shipping, order tracking, delivery, shipment tracking
5
  Requires at least: 2.9
6
  Tested up to: 5.7
7
+ Stable tag: 1.12.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
95
 
96
  == Changelog ==
97
 
98
+ = 1.12.2 =
99
+ * Update readme
100
+
101
  = 1.12.1 =
102
  * Update courier list
103