WooCommerce ShipStation Gateway - Version 4.1.26

Version Description

Download this release

Release Info

Developer automattic
Plugin Icon 128x128 WooCommerce ShipStation Gateway
Version 4.1.26
Comparing to
See all releases

Code changes from version 4.1.25 to 4.1.26

changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  *** ShipStation for WooCommerce ***
2
 
 
 
 
3
  = 2018-11-08 - version 4.1.25 =
4
  * Update - WP 5.0 compatibility.
5
 
1
  *** ShipStation for WooCommerce ***
2
 
3
+ = 2018-12-10 - version 4.1.26 =
4
+ * Update - Setup notice link to WooCommerce-specific landing page.
5
+
6
  = 2018-11-08 - version 4.1.25 =
7
  * Update - WP 5.0 compatibility.
8
 
includes/class-wc-shipstation-integration.php CHANGED
@@ -124,7 +124,7 @@ class WC_ShipStation_Integration extends WC_Integration {
124
  ),
125
  )
126
  ),
127
- 'https://www.shipstation.com/'
128
  );
129
  ?>
130
  </p>
124
  ),
125
  )
126
  ),
127
+ 'https://www.shipstation.com/partners/woocommerce/?ref=partner-woocommerce'
128
  );
129
  ?>
130
  </p>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: shipping, woocommerce, automattic
4
  Requires at least: 4.4
5
  Tested up to: 5.0
6
  Requires PHP: 5.6
7
- Stable tag: 4.1.25
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -46,6 +46,9 @@ If you get stuck, you can ask for help in the Plugin Forum.
46
 
47
  == Changelog ==
48
 
 
 
 
49
  = 2018-11-08 - version 4.1.25 =
50
  * Update - WP 5.0 compatibility.
51
 
4
  Requires at least: 4.4
5
  Tested up to: 5.0
6
  Requires PHP: 5.6
7
+ Stable tag: 4.1.26
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
46
 
47
  == Changelog ==
48
 
49
+ = 2018-12-10 - version 4.1.26 =
50
+ * Update - Setup notice link to WooCommerce-specific landing page.
51
+
52
  = 2018-11-08 - version 4.1.25 =
53
  * Update - WP 5.0 compatibility.
54
 
woocommerce-shipstation.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: WooCommerce - ShipStation Integration
4
  * Plugin URI: https://woocommerce.com/products/shipstation-integration/
5
- * Version: 4.1.25
6
  * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support.
7
  * Author: WooCommerce
8
  * Author URI: https://woocommerce.com/
@@ -23,7 +23,7 @@ if ( ! defined( 'ABSPATH' ) ) {
23
  * @since 1.0.0
24
  */
25
  function woocommerce_shipstation_init() {
26
- define( 'WC_SHIPSTATION_VERSION', '4.1.25' );
27
  define( 'WC_SHIPSTATION_FILE', __FILE__ );
28
 
29
  if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
2
  /**
3
  * Plugin Name: WooCommerce - ShipStation Integration
4
  * Plugin URI: https://woocommerce.com/products/shipstation-integration/
5
+ * Version: 4.1.26
6
  * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support.
7
  * Author: WooCommerce
8
  * Author URI: https://woocommerce.com/
23
  * @since 1.0.0
24
  */
25
  function woocommerce_shipstation_init() {
26
+ define( 'WC_SHIPSTATION_VERSION', '4.1.26' );
27
  define( 'WC_SHIPSTATION_FILE', __FILE__ );
28
 
29
  if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {