WooCommerce ShipStation Gateway - Version 4.1.28

Version Description

Download this release

Release Info

Developer ferdev
Plugin Icon 128x128 WooCommerce ShipStation Gateway
Version 4.1.28
Comparing to
See all releases

Code changes from version 4.1.27 to 4.1.28

changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  *** ShipStation for WooCommerce ***
2
 
 
 
 
3
  = 2019-01-07 - version 4.1.27 =
4
  * Fix - Use product name from order instead of product itself.
5
  * Fix - Prevent errors when WooCommerce isn't active.
1
  *** ShipStation for WooCommerce ***
2
 
3
+ = 2019-04-17 - version 4.1.28 =
4
+ * Tweak - WC 3.6 compatibility.
5
+
6
  = 2019-01-07 - version 4.1.27 =
7
  * Fix - Use product name from order instead of product itself.
8
  * Fix - Prevent errors when WooCommerce isn't active.
languages/woocommerce-shipstation.pot CHANGED
@@ -1,14 +1,14 @@
1
- # <!=Copyright (C) 2018 WooCommerce
2
  # This file is distributed under the same license as the WooCommerce - ShipStation Integration package.=!>
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WooCommerce - ShipStation Integration 4.1.23\n"
6
  "Report-Msgid-Bugs-To: https://docs.woocommerce.com\n"
7
- "POT-Creation-Date: 2018-09-12 17:39:25+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
@@ -404,15 +404,21 @@ msgstr ""
404
  msgid "B"
405
  msgstr ""
406
 
407
- #: woocommerce-shipstation.php:81
 
 
 
 
 
 
408
  msgid "Settings"
409
  msgstr ""
410
 
411
- #: woocommerce-shipstation.php:82
412
  msgid "Support"
413
  msgstr ""
414
 
415
- #: woocommerce-shipstation.php:83
416
  msgid "Docs"
417
  msgstr ""
418
  #. Plugin Name of the plugin/theme
1
+ # <!=Copyright (C) 2019 WooCommerce
2
  # This file is distributed under the same license as the WooCommerce - ShipStation Integration package.=!>
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WooCommerce - ShipStation Integration 4.1.28\n"
6
  "Report-Msgid-Bugs-To: https://docs.woocommerce.com\n"
7
+ "POT-Creation-Date: 2019-04-17 14:57:10+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
404
  msgid "B"
405
  msgstr ""
406
 
407
+ #. translators: %s WC download URL link.
408
+
409
+ #: woocommerce-shipstation.php:28
410
+ msgid "Shipstation requires WooCommerce to be installed and active. You can download %s here."
411
+ msgstr ""
412
+
413
+ #: woocommerce-shipstation.php:98
414
  msgid "Settings"
415
  msgstr ""
416
 
417
+ #: woocommerce-shipstation.php:99
418
  msgid "Support"
419
  msgstr ""
420
 
421
+ #: woocommerce-shipstation.php:100
422
  msgid "Docs"
423
  msgstr ""
424
  #. Plugin Name of the plugin/theme
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: automattic, royho, akeda, mattyza, bor0, woothemes, dwainm, laurendavissmith001
3
  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.27
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
  = 2019-01-07 - version 4.1.27 =
50
  * Fix - Use product name from order instead of product itself.
51
  * Fix - Prevent errors when WooCommerce isn't active.
2
  Contributors: automattic, royho, akeda, mattyza, bor0, woothemes, dwainm, laurendavissmith001
3
  Tags: shipping, woocommerce, automattic
4
  Requires at least: 4.4
5
+ Tested up to: 5.1
6
  Requires PHP: 5.6
7
+ Stable tag: 4.1.28
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
46
 
47
  == Changelog ==
48
 
49
+ = 2019-04-17 - version 4.1.28 =
50
+ * Tweak - WC 3.6 compatibility.
51
+
52
  = 2019-01-07 - version 4.1.27 =
53
  * Fix - Use product name from order instead of product itself.
54
  * Fix - Prevent errors when WooCommerce isn't active.
woocommerce-shipstation.php CHANGED
@@ -2,14 +2,14 @@
2
  /**
3
  * Plugin Name: WooCommerce - ShipStation Integration
4
  * Plugin URI: https://woocommerce.com/products/shipstation-integration/
5
- * Version: 4.1.27
6
  * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support.
7
  * Author: WooCommerce
8
  * Author URI: https://woocommerce.com/
9
  * Text Domain: woocommerce-shipstation
10
  * Domain Path: /languages
11
  * Tested up to: 5.0
12
- * WC tested up to: 3.5
13
  * WC requires at least: 2.6
14
  */
15
 
@@ -41,7 +41,7 @@ function woocommerce_shipstation_init() {
41
  return;
42
  }
43
 
44
- define( 'WC_SHIPSTATION_VERSION', '4.1.27' );
45
  define( 'WC_SHIPSTATION_FILE', __FILE__ );
46
 
47
  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.28
6
  * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support.
7
  * Author: WooCommerce
8
  * Author URI: https://woocommerce.com/
9
  * Text Domain: woocommerce-shipstation
10
  * Domain Path: /languages
11
  * Tested up to: 5.0
12
+ * WC tested up to: 3.6
13
  * WC requires at least: 2.6
14
  */
15
 
41
  return;
42
  }
43
 
44
+ define( 'WC_SHIPSTATION_VERSION', '4.1.28' );
45
  define( 'WC_SHIPSTATION_FILE', __FILE__ );
46
 
47
  if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {