WooCommerce Checkout Manager - Version 5.4.1

Version Description

  • Fix: php error
Download this release

Release Info

Developer quadlayers
Plugin Icon 128x128 WooCommerce Checkout Manager
Version 5.4.1
Comparing to
See all releases

Code changes from version 5.4.0 to 5.4.1

includes/view/frontend/class-wooccm-fields-filters.php CHANGED
@@ -213,7 +213,7 @@ class WOOCCM_Fields_Filter
213
 
214
  // Colorpicker
215
  // ---------------------------------------------------------------------------
216
- public function colorpicker_field($field = '', $key, $args, $value)
217
  {
218
 
219
  $args['type'] = 'text';
@@ -232,7 +232,7 @@ class WOOCCM_Fields_Filter
232
 
233
  // Country
234
  // ---------------------------------------------------------------------------
235
- public function country_field($field = '', $key, $args, $value)
236
  {
237
 
238
  static $instance = 0;
@@ -258,7 +258,7 @@ class WOOCCM_Fields_Filter
258
 
259
  // State
260
  // ---------------------------------------------------------------------------
261
- public function state_field($field = '', $key, $args, $value)
262
  {
263
 
264
  static $instance = 0;
@@ -282,7 +282,7 @@ class WOOCCM_Fields_Filter
282
  return $field;
283
  }
284
 
285
- public function hidden_field($field = '', $key, $args, $value)
286
  {
287
 
288
  static $instance = 0;
213
 
214
  // Colorpicker
215
  // ---------------------------------------------------------------------------
216
+ public function colorpicker_field($field = '', $key = '', $args = [], $value = null)
217
  {
218
 
219
  $args['type'] = 'text';
232
 
233
  // Country
234
  // ---------------------------------------------------------------------------
235
+ public function country_field($field = '', $key = '', $args = [], $value = null)
236
  {
237
 
238
  static $instance = 0;
258
 
259
  // State
260
  // ---------------------------------------------------------------------------
261
+ public function state_field($field = '', $key = '', $args = [], $value = null)
262
  {
263
 
264
  static $instance = 0;
282
  return $field;
283
  }
284
 
285
+ public function hidden_field($field = '', $key = '', $args = [], $value = null)
286
  {
287
 
288
  static $instance = 0;
readme.txt CHANGED
@@ -4,9 +4,9 @@ Donate link: https://quadlayers.com/
4
  Tags: woocommerce, woocommerce checkout, field manager, checkout editor, checkout field, shipping field, billing field, order field, additional field
5
  Requires at least: 3.4
6
  Tested up to: 5.7.2
7
- Stable tag: 5.4.0
8
  WC requires at least: 3.1.0
9
- WC tested up to: 5.4
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
 
@@ -107,6 +107,9 @@ Your Order data can be reviewed in each order within the default WooCommerce Ord
107
 
108
  == Changelog ==
109
 
 
 
 
110
  = 5.4.0 =
111
  * Fix: WooCommerce compatbility
112
 
4
  Tags: woocommerce, woocommerce checkout, field manager, checkout editor, checkout field, shipping field, billing field, order field, additional field
5
  Requires at least: 3.4
6
  Tested up to: 5.7.2
7
+ Stable tag: 5.4.1
8
  WC requires at least: 3.1.0
9
+ WC tested up to: 5.5
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
 
107
 
108
  == Changelog ==
109
 
110
+ = 5.4.1 =
111
+ * Fix: php error
112
+
113
  = 5.4.0 =
114
  * Fix: WooCommerce compatbility
115
 
woocommerce-checkout-manager.php CHANGED
@@ -4,13 +4,13 @@
4
  * Plugin Name: Checkout Fields Manager for WooCommerce
5
  * Plugin URI: https://quadlayers.com/portfolio/woocommerce-checkout-manager/
6
  * Description: Manages WooCommerce Checkout, the advanced way.
7
- * Version: 5.4.0
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPLv3
11
  * Text Domain: woocommerce-checkout-manager
12
  * WC requires at least: 3.1.0
13
- * WC tested up to: 5.4
14
  */
15
  if (!defined('ABSPATH')) {
16
  die('-1');
@@ -20,7 +20,7 @@ if (!defined('WOOCCM_PLUGIN_NAME')) {
20
  define('WOOCCM_PLUGIN_NAME', 'Checkout Fields Manager for WooCommerce');
21
  }
22
  if (!defined('WOOCCM_PLUGIN_VERSION')) {
23
- define('WOOCCM_PLUGIN_VERSION', '5.4.0');
24
  }
25
  if (!defined('WOOCCM_PLUGIN_FILE')) {
26
  define('WOOCCM_PLUGIN_FILE', __FILE__);
4
  * Plugin Name: Checkout Fields Manager for WooCommerce
5
  * Plugin URI: https://quadlayers.com/portfolio/woocommerce-checkout-manager/
6
  * Description: Manages WooCommerce Checkout, the advanced way.
7
+ * Version: 5.4.1
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPLv3
11
  * Text Domain: woocommerce-checkout-manager
12
  * WC requires at least: 3.1.0
13
+ * WC tested up to: 5.5
14
  */
15
  if (!defined('ABSPATH')) {
16
  die('-1');
20
  define('WOOCCM_PLUGIN_NAME', 'Checkout Fields Manager for WooCommerce');
21
  }
22
  if (!defined('WOOCCM_PLUGIN_VERSION')) {
23
+ define('WOOCCM_PLUGIN_VERSION', '5.4.1');
24
  }
25
  if (!defined('WOOCCM_PLUGIN_FILE')) {
26
  define('WOOCCM_PLUGIN_FILE', __FILE__);