Booster for WooCommerce - Version 4.4.1

Version Description

  • 26/06/2019 =
  • Fix - SHIPPING & ORDERS - Custom Shipping - Fix missing custom shipping settings.
Download this release

Release Info

Developer algoritmika
Plugin Icon 128x128 Booster for WooCommerce
Version 4.4.1
Comparing to
See all releases

Code changes from version 4.4.0 to 4.4.1

includes/shipping/class-wc-shipping-wcj-custom-with-shipping-zones.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Booster for WooCommerce - Shipping - Custom Shipping with Shipping Zones
4
  *
5
- * @version 4.4.0
6
  * @since 2.5.6
7
  * @author Algoritmika Ltd.
8
  */
@@ -72,7 +72,7 @@ class WC_Shipping_WCJ_Custom_W_Zones extends WC_Shipping_Method {
72
  /**
73
  * add_table_rows.
74
  *
75
- * @version 4.4.0
76
  * @since 2.6.0
77
  */
78
  function add_table_rows( $instance_form_fields ) {
@@ -100,7 +100,6 @@ class WC_Shipping_WCJ_Custom_W_Zones extends WC_Shipping_Method {
100
  ) );
101
  }
102
  }
103
- remove_filter( 'woocommerce_shipping_instance_form_fields_' . $this->id, array( $this, 'add_table_rows' ) );
104
  }
105
  return $instance_form_fields;
106
  }
2
  /**
3
  * Booster for WooCommerce - Shipping - Custom Shipping with Shipping Zones
4
  *
5
+ * @version 4.4.1
6
  * @since 2.5.6
7
  * @author Algoritmika Ltd.
8
  */
72
  /**
73
  * add_table_rows.
74
  *
75
+ * @version 4.4.1
76
  * @since 2.6.0
77
  */
78
  function add_table_rows( $instance_form_fields ) {
100
  ) );
101
  }
102
  }
 
103
  }
104
  return $instance_form_fields;
105
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: algoritmika, anbinder, debugeris, karzin
3
  Tags: woocommerce, booster for woocommerce, woocommerce jetpack
4
  Requires at least: 4.4
5
  Tested up to: 5.2
6
- Stable tag: 4.4.0
7
  License: GNU General Public License v3.0
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -193,6 +193,9 @@ You can see the differences between versions in this [table](https://booster.io/
193
 
194
  == Changelog ==
195
 
 
 
 
196
  = 4.4.0 - 24/06/2019 =
197
  * Fix - PRODUCTS - Product Addons - Add price with correct currency value on `change_price()` function using `maybe_convert_currency()`.
198
  * Fix - PRODUCTS - Product Input Fields - Fix URL on variable uploaded files.
3
  Tags: woocommerce, booster for woocommerce, woocommerce jetpack
4
  Requires at least: 4.4
5
  Tested up to: 5.2
6
+ Stable tag: 4.4.1
7
  License: GNU General Public License v3.0
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
193
 
194
  == Changelog ==
195
 
196
+ = 4.4.1 - 26/06/2019 =
197
+ * Fix - SHIPPING & ORDERS - Custom Shipping - Fix missing custom shipping settings.
198
+
199
  = 4.4.0 - 24/06/2019 =
200
  * Fix - PRODUCTS - Product Addons - Add price with correct currency value on `change_price()` function using `maybe_convert_currency()`.
201
  * Fix - PRODUCTS - Product Input Fields - Fix URL on variable uploaded files.
woocommerce-jetpack.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Booster for WooCommerce
4
  Plugin URI: https://booster.io
5
  Description: Supercharge your WooCommerce site with these awesome powerful features. More than 100 modules. All in one WooCommerce plugin.
6
- Version: 4.4.0
7
  Author: Algoritmika Ltd
8
  Author URI: https://booster.io
9
  Text Domain: woocommerce-jetpack
@@ -57,7 +57,7 @@ final class WC_Jetpack {
57
  * @var string
58
  * @since 2.4.7
59
  */
60
- public $version = '4.4.0';
61
 
62
  /**
63
  * @var WC_Jetpack The single instance of the class
3
  Plugin Name: Booster for WooCommerce
4
  Plugin URI: https://booster.io
5
  Description: Supercharge your WooCommerce site with these awesome powerful features. More than 100 modules. All in one WooCommerce plugin.
6
+ Version: 4.4.1
7
  Author: Algoritmika Ltd
8
  Author URI: https://booster.io
9
  Text Domain: woocommerce-jetpack
57
  * @var string
58
  * @since 2.4.7
59
  */
60
+ public $version = '4.4.1';
61
 
62
  /**
63
  * @var WC_Jetpack The single instance of the class