Printful Integration for WooCommerce - Version 2.1.24

Version Description

Woocommerce compatibility raised to 5.4. Minor bug fixes

Download this release

Release Info

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

Code changes from version 2.1.23 to 2.1.24

includes/class-printful-size-guide.php CHANGED
@@ -2,6 +2,11 @@
2
 
3
 
4
  class Printful_Size_Guide {
 
 
 
 
 
5
  public static function init() {
6
  $sizeGuide = new self();
7
 
@@ -57,7 +62,7 @@ class Printful_Size_Guide {
57
  ] )
58
  )
59
  );
60
- wp_register_style( $handle, plugins_url( '../assets/css/size-guide.css', __FILE__ ) );
61
  wp_enqueue_style( $handle );
62
  }
63
 
2
 
3
 
4
  class Printful_Size_Guide {
5
+ /**
6
+ * Bump this everytime you make changes to size guide CSS file
7
+ */
8
+ const CSS_VERSION = '1';
9
+
10
  public static function init() {
11
  $sizeGuide = new self();
12
 
62
  ] )
63
  )
64
  );
65
+ wp_register_style( $handle, plugins_url( '../assets/css/size-guide.css', __FILE__ ), [], self::CSS_VERSION );
66
  wp_enqueue_style( $handle );
67
  }
68
 
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.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,7 +20,7 @@ if ( ! defined( 'PF_PLUGIN_FILE' ) ) {
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
 
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.24
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.4
13
  */
14
 
15
  if ( ! defined( 'ABSPATH' ) ) exit;
20
 
21
  class Printful_Base {
22
 
23
+ const VERSION = '2.1.24';
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.23
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.23 =
69
  Woocommerce compatibility raised to 5.3. Minor bug fixes
70
 
@@ -211,6 +214,9 @@ First release
211
 
212
  == Changelog ==
213
 
 
 
 
214
  = 2.1.23 =
215
  * Woocommerce compatibility raised to 5.3
216
  * Minor bug fixes
4
  Requires at least: 5.3
5
  Tested up to: 5.6
6
  Requires PHP: 5.6
7
+ Stable tag: 2.1.24
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.24 =
69
+ Woocommerce compatibility raised to 5.4. Minor bug fixes
70
+
71
  = 2.1.23 =
72
  Woocommerce compatibility raised to 5.3. Minor bug fixes
73
 
214
 
215
  == Changelog ==
216
 
217
+ = 2.1.24 =
218
+ * Woocommerce compatibility raised to 5.4
219
+
220
  = 2.1.23 =
221
  * Woocommerce compatibility raised to 5.3
222
  * Minor bug fixes