Version Description
- Fix: woocommerce checkout beta admin panel removed
Download this release
Release Info
Developer | quadlayers |
Plugin | WooCommerce Checkout Manager |
Version | 4.3.8 |
Comparing to | |
See all releases |
Code changes from version 4.3.7 to 4.3.8
- readme.txt +4 -1
- woocommerce-checkout-manager.php +3 -3
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.0
|
6 |
Tested up to: 5.2.3
|
7 |
-
Stable tag: 4.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -137,6 +137,9 @@ Example:
|
|
137 |
|
138 |
== Changelog ==
|
139 |
|
|
|
|
|
|
|
140 |
= 4.3.7 =
|
141 |
* Fix: woocommerce checkout address 2 field required/optional
|
142 |
* Fix: woocommerce checkout address removed required alert
|
4 |
Tags: woocommerce, woocommerce checkout, field manager, checkout editor, checkout field, shipping field, billing field, order field, additional field
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 5.2.3
|
7 |
+
Stable tag: 4.3.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
137 |
|
138 |
== Changelog ==
|
139 |
|
140 |
+
= 4.3.8 =
|
141 |
+
* Fix: woocommerce checkout beta admin panel removed
|
142 |
+
|
143 |
= 4.3.7 =
|
144 |
* Fix: woocommerce checkout address 2 field required/optional
|
145 |
* Fix: woocommerce checkout address removed required alert
|
woocommerce-checkout-manager.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: WooCommerce Checkout Manager
|
4 |
* Description: Manages WooCommerce Checkout, the advanced way.
|
5 |
-
* Version: 4.3.
|
6 |
* Author: QuadLayers
|
7 |
* Author URI: https://www.quadlayers.com
|
8 |
* Copyright: 2019 QuadLayers (https://www.quadlayers.com)
|
@@ -16,7 +16,7 @@ if (!defined('WOOCCM_PLUGIN_NAME')) {
|
|
16 |
define('WOOCCM_PLUGIN_NAME', 'WooCommerce Checkout Manager');
|
17 |
}
|
18 |
if (!defined('WOOCCM_PLUGIN_VERSION')) {
|
19 |
-
define('WOOCCM_PLUGIN_VERSION', '4.3.
|
20 |
}
|
21 |
if (!defined('WOOCCM_PLUGIN_FILE')) {
|
22 |
define('WOOCCM_PLUGIN_FILE', __FILE__);
|
@@ -306,7 +306,7 @@ if (!class_exists('WOOCCM')) {
|
|
306 |
// New
|
307 |
// -----------------------------------------------------------------------
|
308 |
//include( WOOCCM_PLUGIN_DIR . 'new/install.php' );
|
309 |
-
include( WOOCCM_PLUGIN_DIR . 'new/admin.php' );
|
310 |
include( WOOCCM_PLUGIN_DIR . 'new/checkout.php' );
|
311 |
include( WOOCCM_PLUGIN_DIR . 'new/orders.php' );
|
312 |
include( WOOCCM_PLUGIN_DIR . 'new/fields_register.php' );
|
2 |
/**
|
3 |
* Plugin Name: WooCommerce Checkout Manager
|
4 |
* Description: Manages WooCommerce Checkout, the advanced way.
|
5 |
+
* Version: 4.3.8
|
6 |
* Author: QuadLayers
|
7 |
* Author URI: https://www.quadlayers.com
|
8 |
* Copyright: 2019 QuadLayers (https://www.quadlayers.com)
|
16 |
define('WOOCCM_PLUGIN_NAME', 'WooCommerce Checkout Manager');
|
17 |
}
|
18 |
if (!defined('WOOCCM_PLUGIN_VERSION')) {
|
19 |
+
define('WOOCCM_PLUGIN_VERSION', '4.3.8');
|
20 |
}
|
21 |
if (!defined('WOOCCM_PLUGIN_FILE')) {
|
22 |
define('WOOCCM_PLUGIN_FILE', __FILE__);
|
306 |
// New
|
307 |
// -----------------------------------------------------------------------
|
308 |
//include( WOOCCM_PLUGIN_DIR . 'new/install.php' );
|
309 |
+
//include( WOOCCM_PLUGIN_DIR . 'new/admin.php' );
|
310 |
include( WOOCCM_PLUGIN_DIR . 'new/checkout.php' );
|
311 |
include( WOOCCM_PLUGIN_DIR . 'new/orders.php' );
|
312 |
include( WOOCCM_PLUGIN_DIR . 'new/fields_register.php' );
|