AfterShip – WooCommerce Tracking - Version 1.2.4

Version Description

  • Fix enable track button issues
  • Support at least WooCommerce 2.1
Download this release

Release Info

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

Code changes from version 1.2.3 to 1.2.4

Files changed (2) hide show
  1. aftership.php +5 -1
  2. readme.txt +6 -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.2.3
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
@@ -74,10 +74,14 @@ if (is_woocommerce_active()) {
74
 
75
  // View Order Page
76
  $this->plugin = $plugin;
 
 
77
  }
78
 
79
  if (isset($options['use_track_button'])) {
80
  $this->use_track_button = $options['use_track_button'];
 
 
81
  }
82
 
83
  add_action('woocommerce_view_order', array(&$this, 'display_tracking_info'));
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.2.4
7
  Author: AfterShip
8
  Author URI: http://aftership.com
9
 
74
 
75
  // View Order Page
76
  $this->plugin = $plugin;
77
+ }else{
78
+ $this->plugin = '';
79
  }
80
 
81
  if (isset($options['use_track_button'])) {
82
  $this->use_track_button = $options['use_track_button'];
83
+ }else{
84
+ $this->use_track_button = false;
85
  }
86
 
87
  add_action('woocommerce_view_order', array(&$this, 'display_tracking_info'));
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.0
7
- Stable tag: 1.2.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -67,6 +67,7 @@ Correos de Mexico • Estafeta • Mexico Senda Express • Mexico Redpack • M
67
  7. Input `Store URL` and `AfterShip's WordPress API Key` at [AfterShip WooCommerce page](https://www.aftership.com/apps/woocommerce)
68
 
69
  *** This plugin requires at least PHP 5.3.2
 
70
 
71
  ###Further Reading
72
 
@@ -95,6 +96,10 @@ You'll find the FAQ on [AfterShip.com](https://aftership.uservoice.com/knowledge
95
 
96
  == Changelog ==
97
 
 
 
 
 
98
  = 1.2.3 =
99
  * Fix undefined variables issue
100
  * Add Icon
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.0
7
+ Stable tag: 1.2.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
67
  7. Input `Store URL` and `AfterShip's WordPress API Key` at [AfterShip WooCommerce page](https://www.aftership.com/apps/woocommerce)
68
 
69
  *** This plugin requires at least PHP 5.3.2
70
+ *** This plugin requires at least WooCommerce 2.1
71
 
72
  ###Further Reading
73
 
96
 
97
  == Changelog ==
98
 
99
+ = 1.2.4 =
100
+ * Fix enable track button issues
101
+ * Support at least WooCommerce 2.1
102
+
103
  = 1.2.3 =
104
  * Fix undefined variables issue
105
  * Add Icon