WooCommerce Checkout Manager - Version 5.3.6

Version Description

  • Fix: WooCommerce compatbility
Download this release

Release Info

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

Code changes from version 5.3.5 to 5.3.6

includes/model/class-wooccm-field.php CHANGED
@@ -36,7 +36,7 @@ class WOOCCM_Field extends WOOCCM_Model
36
  return false;
37
  }
38
 
39
- public function get_field_id($fields, $key = 'key', $value)
40
  {
41
 
42
  if (count($fields)) {
@@ -56,7 +56,7 @@ class WOOCCM_Field extends WOOCCM_Model
56
  return WOOCCM_PREFIX . $field_id;
57
  }
58
 
59
- public function get_key($prefix = '', $name)
60
  {
61
  return sprintf("%s_%s", $prefix, $name);
62
  }
@@ -188,7 +188,7 @@ class WOOCCM_Field extends WOOCCM_Model
188
  'hide_invoice' => false,
189
  // Pickers
190
  // -------------------------------------------------------------------
191
- 'time_format_ampm' => true,
192
  'time_limit_start' => null,
193
  'time_limit_end' => null,
194
  'time_limit_interval' => null,
36
  return false;
37
  }
38
 
39
+ public function get_field_id($fields, $key = 'key', $value = null)
40
  {
41
 
42
  if (count($fields)) {
56
  return WOOCCM_PREFIX . $field_id;
57
  }
58
 
59
+ public function get_key($prefix = '', $name = '')
60
  {
61
  return sprintf("%s_%s", $prefix, $name);
62
  }
188
  'hide_invoice' => false,
189
  // Pickers
190
  // -------------------------------------------------------------------
191
+ 'time_format_ampm' => true,
192
  'time_limit_start' => null,
193
  'time_limit_end' => null,
194
  'time_limit_interval' => null,
includes/view/frontend/class-wooccm-fields-filters.php CHANGED
@@ -21,7 +21,7 @@ class WOOCCM_Fields_Filter
21
 
22
  // Custom fields
23
  // ---------------------------------------------------------------------------
24
- public function custom_field($field = '', $key, $args, $value)
25
  {
26
 
27
  $field = '';
@@ -188,7 +188,7 @@ class WOOCCM_Fields_Filter
188
 
189
  // Heading
190
  // ---------------------------------------------------------------------------
191
- public function heading_field($field = '', $key, $args, $value)
192
  {
193
 
194
  // Custom attribute handling.
21
 
22
  // Custom fields
23
  // ---------------------------------------------------------------------------
24
+ public function custom_field($field, $key, $args, $value = null)
25
  {
26
 
27
  $field = '';
188
 
189
  // Heading
190
  // ---------------------------------------------------------------------------
191
+ public function heading_field($field, $key, $args, $value = null)
192
  {
193
 
194
  // Custom attribute handling.
readme.txt CHANGED
@@ -3,10 +3,10 @@ Contributors: quadlayers
3
  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.6
7
- Stable tag: 5.3.5
8
  WC requires at least: 3.1.0
9
- WC tested up to: 4.9.1
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
 
@@ -108,6 +108,9 @@ Your Order data can be reviewed in each order within the default WooCommerce Ord
108
  == Changelog ==
109
 
110
 
 
 
 
111
  = 5.3.5 =
112
  * Fix: select options order
113
  * Fix: woocommerce modal field filter
3
  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
7
+ Stable tag: 5.3.6
8
  WC requires at least: 3.1.0
9
+ WC tested up to: 5.1.0
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
 
108
  == Changelog ==
109
 
110
 
111
+ = 5.3.6 =
112
+ * Fix: WooCommerce compatbility
113
+
114
  = 5.3.5 =
115
  * Fix: select options order
116
  * Fix: woocommerce modal field filter
woocommerce-checkout-manager.php CHANGED
@@ -4,13 +4,13 @@
4
  * Plugin Name: Checkout Manager for WooCommerce
5
  * Plugin URI: https://quadlayers.com/portfolio/woocommerce-checkout-manager/
6
  * Description: Manages WooCommerce Checkout, the advanced way.
7
- * Version: 5.3.5
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: 4.9.1
14
  */
15
  if (!defined('ABSPATH')) {
16
  die('-1');
@@ -20,7 +20,7 @@ if (!defined('WOOCCM_PLUGIN_NAME')) {
20
  define('WOOCCM_PLUGIN_NAME', 'Checkout Manager for WooCommerce');
21
  }
22
  if (!defined('WOOCCM_PLUGIN_VERSION')) {
23
- define('WOOCCM_PLUGIN_VERSION', '5.3.5');
24
  }
25
  if (!defined('WOOCCM_PLUGIN_FILE')) {
26
  define('WOOCCM_PLUGIN_FILE', __FILE__);
4
  * Plugin Name: Checkout Manager for WooCommerce
5
  * Plugin URI: https://quadlayers.com/portfolio/woocommerce-checkout-manager/
6
  * Description: Manages WooCommerce Checkout, the advanced way.
7
+ * Version: 5.3.6
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.1.0
14
  */
15
  if (!defined('ABSPATH')) {
16
  die('-1');
20
  define('WOOCCM_PLUGIN_NAME', 'Checkout Manager for WooCommerce');
21
  }
22
  if (!defined('WOOCCM_PLUGIN_VERSION')) {
23
+ define('WOOCCM_PLUGIN_VERSION', '5.3.6');
24
  }
25
  if (!defined('WOOCCM_PLUGIN_FILE')) {
26
  define('WOOCCM_PLUGIN_FILE', __FILE__);