Version Description
WordPress compatibility raised to 5.8. Size guide bugfix
Download this release
Release Info
Developer | printful |
Plugin | Printful Integration for WooCommerce |
Version | 2.1.29 |
Comparing to | |
See all releases |
Code changes from version 2.1.28 to 2.1.29
- includes/class-printful-size-chart-tab.php +3 -1
- printful-shipping.php +2 -2
- readme.txt +11 -5
includes/class-printful-size-chart-tab.php
CHANGED
@@ -124,6 +124,8 @@ class Printful_Size_Chart_Tab {
|
|
124 |
self::$saved_meta_boxes = true;
|
125 |
|
126 |
//save
|
127 |
-
|
|
|
|
|
128 |
}
|
129 |
}
|
124 |
self::$saved_meta_boxes = true;
|
125 |
|
126 |
//save
|
127 |
+
if (!empty($_POST['pf_size_chart'])) {
|
128 |
+
update_post_meta($post_id, 'pf_size_chart', htmlspecialchars($_POST['pf_size_chart']));
|
129 |
+
}
|
130 |
}
|
131 |
}
|
printful-shipping.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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
|
@@ -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.29
|
7 |
Author: Printful
|
8 |
Author URI: http://www.printful.com
|
9 |
License: GPL2 http://www.gnu.org/licenses/gpl-2.0.html
|
20 |
|
21 |
class Printful_Base {
|
22 |
|
23 |
+
const VERSION = '2.1.29';
|
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 |
|
@@ -16,15 +16,15 @@ 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
|
20 |
|
21 |
-
Printful customers have already made more than $
|
22 |
|
23 |
= How does Printful work? =
|
24 |
|
25 |
When a customer buys something from your WooCommerce store, the order is automatically imported to Printful, where we fulfill and ship it to them under your brand. You can then see your order, revenue, and profit statistics on your WooCommerce dashboard.
|
26 |
|
27 |
-
We’re trusted to print over
|
28 |
|
29 |
Learn more about the WooCommerce + Printful integration [here](https://www.printful.com/dashboard/woocommerce/register):
|
30 |
|
@@ -65,6 +65,9 @@ Go to https://www.printful.com/dashboard/store , select your WooCommerce store,
|
|
65 |
|
66 |
== Upgrade Notice ==
|
67 |
|
|
|
|
|
|
|
68 |
= 2.1.28 =
|
69 |
Woocommerce compatibility raised to 6.1
|
70 |
|
@@ -226,6 +229,9 @@ First release
|
|
226 |
|
227 |
== Changelog ==
|
228 |
|
|
|
|
|
|
|
229 |
= 2.1.28 =
|
230 |
* Woocommerce compatibility raised to 6.1
|
231 |
|
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.8
|
6 |
Requires PHP: 5.6
|
7 |
+
Stable tag: 2.1.29
|
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 305+ 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 $1 billion in sales, so start selling today!
|
22 |
|
23 |
= How does Printful work? =
|
24 |
|
25 |
When a customer buys something from your WooCommerce store, the order is automatically imported to Printful, where we fulfill and ship it to them under your brand. You can then see your order, revenue, and profit statistics on your WooCommerce dashboard.
|
26 |
|
27 |
+
We’re trusted to print over 1 million products monthly and we can't wait to print yours!
|
28 |
|
29 |
Learn more about the WooCommerce + Printful integration [here](https://www.printful.com/dashboard/woocommerce/register):
|
30 |
|
65 |
|
66 |
== Upgrade Notice ==
|
67 |
|
68 |
+
= 2.1.29 =
|
69 |
+
WordPress compatibility raised to 5.8. Size guide bugfix
|
70 |
+
|
71 |
= 2.1.28 =
|
72 |
Woocommerce compatibility raised to 6.1
|
73 |
|
229 |
|
230 |
== Changelog ==
|
231 |
|
232 |
+
= 2.1.29 =
|
233 |
+
* WordPress compatibility raised to 5.8. Size guide bugfix
|
234 |
+
|
235 |
= 2.1.28 =
|
236 |
* Woocommerce compatibility raised to 6.1
|
237 |
|