Printful Integration for WooCommerce - Version 2.1.23

Version Description

Woocommerce compatibility raised to 5.3. Minor bug fixes

Download this release

Release Info

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

Code changes from version 2.1.22 to 2.1.23

Files changed (3) hide show
  1. assets/css/size-guide.css +0 -1
  2. printful-shipping.php +3 -3
  3. readme.txt +11 -4
assets/css/size-guide.css CHANGED
@@ -144,7 +144,6 @@
144
  table-layout: fixed;
145
  width: 100%;
146
  overflow-x: auto;
147
- white-space: nowrap;
148
  }
149
 
150
  .pf-size-guide-modal-size-chart__table thead {
144
  table-layout: fixed;
145
  width: 100%;
146
  overflow-x: auto;
 
147
  }
148
 
149
  .pf-size-guide-modal-size-chart__table thead {
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.22
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: 5.2
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.22';
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.23
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: 5.3
13
  */
14
 
15
  if ( ! defined( 'ABSPATH' ) ) exit;
20
 
21
  class Printful_Base {
22
 
23
+ const VERSION = '2.1.23';
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: 5.6
6
  Requires PHP: 5.6
7
- Stable tag: 2.1.22
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -16,9 +16,9 @@ Grow your store with the top print-on-demand dropshipping plugin
16
 
17
  With Printful, you can focus on building your store. We'll print, fulfill and ship your products for you. Simply upload your design, add it to your store, and we'll do the rest.
18
 
19
- We offer more than 260+ products in various categories—apparel, home & living items, jewelry, accessories, and more! Once your orders start rolling in, we’ll fulfill and ship each one under your brand at our in-house and partner facilities, located globally.
20
 
21
- Printful customers have already made more than $690 million in sales, so start selling today!
22
 
23
  = How does Printful work? =
24
 
@@ -32,7 +32,7 @@ Learn more about the WooCommerce + Printful integration [here](https://www.print
32
 
33
  - Control over your profit: We charge you to cover production while you set your retail price, and what's left is your profit
34
  - Automated tax settings and live shipping rates
35
- - Free design templates: Get creative with our product generator
36
  - Product personalization: Sell designs your customers can personalize themselves
37
  - Warehousing & Fulfillment services: Store your inventory at our warehouse, and we'll fulfill all your orders
38
  - Stress-free shipping: Lost shipments are on us, and we offer shipping methods with tracking
@@ -65,6 +65,9 @@ Go to https://www.printful.com/dashboard/store , select your WooCommerce store,
65
 
66
  == Upgrade Notice ==
67
 
 
 
 
68
  = 2.1.22 =
69
  Woocommerce compatibility raised to 5.2
70
 
@@ -208,6 +211,10 @@ First release
208
 
209
  == Changelog ==
210
 
 
 
 
 
211
  = 2.1.22 =
212
  * Woocommerce compatibility raised to 5.2
213
 
4
  Requires at least: 5.3
5
  Tested up to: 5.6
6
  Requires PHP: 5.6
7
+ Stable tag: 2.1.23
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
16
 
17
  With Printful, you can focus on building your store. We'll print, fulfill and ship your products for you. Simply upload your design, add it to your store, and we'll do the rest.
18
 
19
+ We offer more than 270+ products in various categories—apparel, home & living items, jewelry, accessories, and more! Once your orders start rolling in, we’ll fulfill and ship each one under your brand at our in-house and partner facilities, located globally.
20
 
21
+ Printful customers have already made more than $795 million in sales, so start selling today!
22
 
23
  = How does Printful work? =
24
 
32
 
33
  - Control over your profit: We charge you to cover production while you set your retail price, and what's left is your profit
34
  - Automated tax settings and live shipping rates
35
+ - Free design templates: Get creative with our Design Maker
36
  - Product personalization: Sell designs your customers can personalize themselves
37
  - Warehousing & Fulfillment services: Store your inventory at our warehouse, and we'll fulfill all your orders
38
  - Stress-free shipping: Lost shipments are on us, and we offer shipping methods with tracking
65
 
66
  == Upgrade Notice ==
67
 
68
+ = 2.1.23 =
69
+ Woocommerce compatibility raised to 5.3. Minor bug fixes
70
+
71
  = 2.1.22 =
72
  Woocommerce compatibility raised to 5.2
73
 
211
 
212
  == Changelog ==
213
 
214
+ = 2.1.23 =
215
+ * Woocommerce compatibility raised to 5.3
216
+ * Minor bug fixes
217
+
218
  = 2.1.22 =
219
  * Woocommerce compatibility raised to 5.2
220