Printful Integration for WooCommerce - Version 1.2.3

Version Description

Fixed issue introduced in 1.2.2

Download this release

Release Info

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

Code changes from version 1.2.2 to 1.2.3

includes/class-printful-shipping.php CHANGED
@@ -30,7 +30,7 @@ class Printful_Shipping extends WC_Shipping_Method
30
  //Remove other shipping methods for Printful package on WC < 2.6
31
  add_filter('woocommerce_shipping_methods', array($this, 'woocommerce_shipping_methods'), 10000);
32
 
33
- add_filter('woocommerce_cart_shipping_packages', array($this, 'woocommerce_cart_shipping_packages', 10000));
34
 
35
  }
36
  public function init_form_fields()
30
  //Remove other shipping methods for Printful package on WC < 2.6
31
  add_filter('woocommerce_shipping_methods', array($this, 'woocommerce_shipping_methods'), 10000);
32
 
33
+ add_filter('woocommerce_cart_shipping_packages', array($this, 'woocommerce_cart_shipping_packages'), 10000);
34
 
35
  }
36
  public function init_form_fields()
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: 1.2.2
7
  Author: Printful
8
  Author URI: http://www.theprintful.com
9
  License: GPL2 http://www.gnu.org/licenses/gpl-2.0.html
@@ -16,7 +16,7 @@ new Printful_Base();
16
 
17
  class Printful_Base {
18
 
19
- const VERSION = '1.2.2';
20
 
21
  /**
22
  * Construct the plugin.
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: 1.2.3
7
  Author: Printful
8
  Author URI: http://www.theprintful.com
9
  License: GPL2 http://www.gnu.org/licenses/gpl-2.0.html
16
 
17
  class Printful_Base {
18
 
19
+ const VERSION = '1.2.3';
20
 
21
  /**
22
  * Construct the plugin.
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: girts_u
3
  Tags: woocommerce, printful, drop shipping, shipping, shipping rates, fulfillment, printing, fedex, carriers, checkout, t-shirts
4
  Requires at least: 3.8
5
  Tested up to: 4.5.2
6
- Stable tag: 1.2.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -40,6 +40,10 @@ Go to https://www.theprintful.com/dashboard/store , select your WooCommerce stor
40
  3. Shipping rate selection
41
 
42
  == Upgrade Notice ==
 
 
 
 
43
 
44
  = 1.2.2 =
45
  Fixed PHP warning on Woocommerce 2.6
@@ -69,6 +73,9 @@ Minor improvements
69
  First release
70
 
71
  == Changelog ==
 
 
 
72
 
73
  = 1.2.2 =
74
  * Fixed PHP warning on Woocommerce 2.6 due to changed method signature
3
  Tags: woocommerce, printful, drop shipping, shipping, shipping rates, fulfillment, printing, fedex, carriers, checkout, t-shirts
4
  Requires at least: 3.8
5
  Tested up to: 4.5.2
6
+ Stable tag: 1.2.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
40
  3. Shipping rate selection
41
 
42
  == Upgrade Notice ==
43
+
44
+
45
+ = 1.2.3 =
46
+ Fixed issue introduced in 1.2.2
47
 
48
  = 1.2.2 =
49
  Fixed PHP warning on Woocommerce 2.6
73
  First release
74
 
75
  == Changelog ==
76
+
77
+ = 1.2.3 =
78
+ * Fixed issue introduced in 1.2.2
79
 
80
  = 1.2.2 =
81
  * Fixed PHP warning on Woocommerce 2.6 due to changed method signature