Version Description
Download this release
Release Info
Developer | bor0 |
Plugin | WooCommerce ShipStation Gateway |
Version | 4.1.25 |
Comparing to | |
See all releases |
Code changes from version 4.1.24 to 4.1.25
- changelog.txt +3 -0
- readme.txt +5 -2
- woocommerce-shipstation.php +3 -3
changelog.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
*** ShipStation for WooCommerce ***
|
2 |
|
|
|
|
|
|
|
3 |
= 2018-10-18 - version 4.1.24 =
|
4 |
* Fix - Add missing language .pot file.
|
5 |
* Update - WC 3.5 compatibility.
|
1 |
*** ShipStation for WooCommerce ***
|
2 |
|
3 |
+
= 2018-11-08 - version 4.1.25 =
|
4 |
+
* Update - WP 5.0 compatibility.
|
5 |
+
|
6 |
= 2018-10-18 - version 4.1.24 =
|
7 |
* Fix - Add missing language .pot file.
|
8 |
* Update - WC 3.5 compatibility.
|
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:
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 4.1.
|
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-10-18 - version 4.1.24 =
|
50 |
* Fix - Add missing language .pot file.
|
51 |
* Update - WC 3.5 compatibility.
|
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.25
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
46 |
|
47 |
== Changelog ==
|
48 |
|
49 |
+
= 2018-11-08 - version 4.1.25 =
|
50 |
+
* Update - WP 5.0 compatibility.
|
51 |
+
|
52 |
= 2018-10-18 - version 4.1.24 =
|
53 |
* Fix - Add missing language .pot file.
|
54 |
* Update - WC 3.5 compatibility.
|
woocommerce-shipstation.php
CHANGED
@@ -2,15 +2,15 @@
|
|
2 |
/**
|
3 |
* Plugin Name: WooCommerce - ShipStation Integration
|
4 |
* Plugin URI: https://woocommerce.com/products/shipstation-integration/
|
5 |
-
* Version: 4.1.
|
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 |
* WC tested up to: 3.5
|
12 |
* WC requires at least: 2.6
|
13 |
-
*
|
14 |
*/
|
15 |
|
16 |
if ( ! defined( 'ABSPATH' ) ) {
|
@@ -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.
|
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.25
|
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 |
|
16 |
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' ) ) {
|