Printful Integration for WooCommerce - Version 2.1.9

Version Description

Improved support for WooCommerce 3.9 and other minor bug fixes

Download this release

Release Info

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

Code changes from version 2.1.8 to 2.1.9

Files changed (2) hide show
  1. printful-shipping.php +2 -2
  2. readme.txt +7 -1
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.8
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.8';
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.9
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.9';
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: 4.4
5
  Tested up to: 5.3
6
  Requires PHP: 5.6
7
- Stable tag: 2.1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -65,6 +65,9 @@ Go to https://www.printful.com/dashboard/store , select your WooCommerce store,
65
 
66
  == Upgrade Notice ==
67
 
 
 
 
68
  = 2.1.8 =
69
  Improved support for WooCommerce 3.8 and other minor bug fixes
70
 
@@ -166,6 +169,9 @@ First release
166
 
167
  == Changelog ==
168
 
 
 
 
169
  = 2.1.8 =
170
  * Improved support for WooCommerce 3.8 and other minor bug fixes
171
 
4
  Requires at least: 4.4
5
  Tested up to: 5.3
6
  Requires PHP: 5.6
7
+ Stable tag: 2.1.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
65
 
66
  == Upgrade Notice ==
67
 
68
+ = 2.1.9 =
69
+ Improved support for WooCommerce 3.9 and other minor bug fixes
70
+
71
  = 2.1.8 =
72
  Improved support for WooCommerce 3.8 and other minor bug fixes
73
 
169
 
170
  == Changelog ==
171
 
172
+ = 2.1.9 =
173
+ * Improved support for WooCommerce 3.9 and other minor bug fixes
174
+
175
  = 2.1.8 =
176
  * Improved support for WooCommerce 3.8 and other minor bug fixes
177