Version Description
Woocommerce compatibility raised to 4.9
Download this release
Release Info
Developer | printful |
Plugin | Printful Integration for WooCommerce |
Version | 2.1.19 |
Comparing to | |
See all releases |
Code changes from version 2.1.18 to 2.1.19
- includes/class-printful-shipping.php +1 -2
- printful-shipping.php +3 -3
- readme.txt +8 -2
includes/class-printful-shipping.php
CHANGED
@@ -238,8 +238,7 @@ class Printful_Shipping extends WC_Shipping_Method
|
|
238 |
|
239 |
|
240 |
if ( $request['recipient']['country_code'] == 'US' &&
|
241 |
-
( empty( $request['recipient']['
|
242 |
-
empty( $request['recipient']['state_code'] ) )
|
243 |
) {
|
244 |
return false;
|
245 |
}
|
238 |
|
239 |
|
240 |
if ( $request['recipient']['country_code'] == 'US' &&
|
241 |
+
( empty( $request['recipient']['state_code'] ) )
|
|
|
242 |
) {
|
243 |
return false;
|
244 |
}
|
printful-shipping.php
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
Plugin Name: Printful Integration for WooCommerce
|
4 |
Plugin URI: https://wordpress.org/plugins/printful-shipping-for-woocommerce/
|
5 |
Description: Calculate correct shipping and tax rates for your Printful-Woocommerce integration.
|
6 |
-
Version: 2.1.
|
7 |
Author: Printful
|
8 |
Author URI: http://www.printful.com
|
9 |
License: GPL2 http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Text Domain: printful
|
11 |
WC requires at least: 3.0.0
|
12 |
-
WC tested up to: 4.
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
@@ -20,7 +20,7 @@ if ( ! defined( 'PF_PLUGIN_FILE' ) ) {
|
|
20 |
|
21 |
class Printful_Base {
|
22 |
|
23 |
-
const VERSION = '2.1.
|
24 |
const PF_HOST = 'https://www.printful.com/';
|
25 |
const PF_API_HOST = 'https://api.printful.com/';
|
26 |
|
3 |
Plugin Name: Printful Integration for WooCommerce
|
4 |
Plugin URI: https://wordpress.org/plugins/printful-shipping-for-woocommerce/
|
5 |
Description: Calculate correct shipping and tax rates for your Printful-Woocommerce integration.
|
6 |
+
Version: 2.1.19
|
7 |
Author: Printful
|
8 |
Author URI: http://www.printful.com
|
9 |
License: GPL2 http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Text Domain: printful
|
11 |
WC requires at least: 3.0.0
|
12 |
+
WC tested up to: 4.9
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
20 |
|
21 |
class Printful_Base {
|
22 |
|
23 |
+
const VERSION = '2.1.19';
|
24 |
const PF_HOST = 'https://www.printful.com/';
|
25 |
const PF_API_HOST = 'https://api.printful.com/';
|
26 |
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: girts_u, kievins, kberzins
|
3 |
Tags: woocommerce, printful, drop shipping, shipping, shipping rates, fulfillment, printing, fedex, carriers, checkout, t-shirts
|
4 |
Requires at least: 5.3
|
5 |
-
Tested up to: 5.
|
6 |
Requires PHP: 5.6
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -64,6 +64,9 @@ Go to https://www.printful.com/dashboard/store , select your WooCommerce store,
|
|
64 |
|
65 |
== Upgrade Notice ==
|
66 |
|
|
|
|
|
|
|
67 |
= 2.1.18 =
|
68 |
Woocommerce compatibility raised to 4.8
|
69 |
|
@@ -195,6 +198,9 @@ First release
|
|
195 |
|
196 |
== Changelog ==
|
197 |
|
|
|
|
|
|
|
198 |
= 2.1.18 =
|
199 |
* Woocommerce compatibility raised to 4.8
|
200 |
|
2 |
Contributors: girts_u, kievins, kberzins
|
3 |
Tags: woocommerce, printful, drop shipping, shipping, shipping rates, fulfillment, printing, fedex, carriers, checkout, t-shirts
|
4 |
Requires at least: 5.3
|
5 |
+
Tested up to: 5.6
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 2.1.19
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
64 |
|
65 |
== Upgrade Notice ==
|
66 |
|
67 |
+
= 2.1.19 =
|
68 |
+
Woocommerce compatibility raised to 4.9
|
69 |
+
|
70 |
= 2.1.18 =
|
71 |
Woocommerce compatibility raised to 4.8
|
72 |
|
198 |
|
199 |
== Changelog ==
|
200 |
|
201 |
+
= 2.1.19 =
|
202 |
+
* Woocommerce compatibility raised to 4.9
|
203 |
+
|
204 |
= 2.1.18 =
|
205 |
* Woocommerce compatibility raised to 4.8
|
206 |
|