Printful Integration for WooCommerce - Version 2.1.34

Version Description

Woocommerce compatibility raised to 6.7

Download this release

Release Info

Developer printful
Plugin Icon 128x128 Printful Integration for WooCommerce
Version 2.1.34
Comparing to
See all releases

Code changes from version 2.1.33 to 2.1.34

Files changed (2) hide show
  1. printful-shipping.php +3 -3
  2. readme.txt +7 -3
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: Connects your Printful account with WooCommerce.
6
- Version: 2.1.33
7
  Author: Printful
8
  Author URI: http://www.printful.com
9
  License: GPL3 https://www.gnu.org/licenses/gpl-3.0.en.html
10
  Text Domain: printful
11
  WC requires at least: 3.0.0
12
- WC tested up to: 6.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.33';
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: Connects your Printful account with WooCommerce.
6
+ Version: 2.1.34
7
  Author: Printful
8
  Author URI: http://www.printful.com
9
  License: GPL3 https://www.gnu.org/licenses/gpl-3.0.en.html
10
  Text Domain: printful
11
  WC requires at least: 3.0.0
12
+ WC tested up to: 6.7
13
  */
14
 
15
  if ( ! defined( 'ABSPATH' ) ) exit;
20
 
21
  class Printful_Base {
22
 
23
+ const VERSION = '2.1.34';
24
  const PF_HOST = 'https://www.printful.com/';
25
  const PF_API_HOST = 'https://api.printful.com/';
26
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: woocommerce, printful, drop shipping, shipping, shipping rates, fulfillmen
4
  Requires at least: 5.3
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
- Stable tag: 2.1.33
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
@@ -39,8 +39,6 @@ Learn more about the WooCommerce + Printful integration [here](https://www.print
39
  - Discounted samples: Order samples of your products with 20% off + free shipping to select destinations to ensure your customers are getting quality products.
40
  - 24/7 support: Get in touch with us using chat or email
41
 
42
- Still not convinced? Check out our [demo store](https://woocommerce-demo.printful.com/) to see what's possible!
43
-
44
  == Installation ==
45
  1. Upload 'printful-shipping-for-woocommerce' to the '/wp-content/plugins/' directory
46
  1. Activate the plugin through the 'Plugins' menu in WordPress
@@ -65,6 +63,9 @@ Go to https://www.printful.com/dashboard/store , select your WooCommerce store,
65
 
66
  == Upgrade Notice ==
67
 
 
 
 
68
  = 2.1.33 =
69
  Plugin version fix
70
 
@@ -242,6 +243,9 @@ First release
242
 
243
  == Changelog ==
244
 
 
 
 
245
  = 2.1.33 =
246
  * Plugin version fix
247
 
4
  Requires at least: 5.3
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
+ Stable tag: 2.1.34
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
10
 
39
  - Discounted samples: Order samples of your products with 20% off + free shipping to select destinations to ensure your customers are getting quality products.
40
  - 24/7 support: Get in touch with us using chat or email
41
 
 
 
42
  == Installation ==
43
  1. Upload 'printful-shipping-for-woocommerce' to the '/wp-content/plugins/' directory
44
  1. Activate the plugin through the 'Plugins' menu in WordPress
63
 
64
  == Upgrade Notice ==
65
 
66
+ = 2.1.34 =
67
+ Woocommerce compatibility raised to 6.7
68
+
69
  = 2.1.33 =
70
  Plugin version fix
71
 
243
 
244
  == Changelog ==
245
 
246
+ = 2.1.34 =
247
+ * Woocommerce compatibility raised to 6.7
248
+
249
  = 2.1.33 =
250
  * Plugin version fix
251