Version Description
- Fix: WordPress compatibility
Download this release
Release Info
| Developer | quadlayers |
| Plugin | |
| Version | 5.5.4 |
| Comparing to | |
| See all releases | |
Code changes from version 5.5.3 to 5.5.4
- readme.txt +6 -3
- woocommerce-checkout-manager.php +3 -3
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.
|
| 7 |
-
Stable tag: 5.5.
|
| 8 |
WC requires at least: 3.1.0
|
| 9 |
-
WC tested up to: 6.
|
| 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.5.3 =
|
| 111 |
* Fix: WooCommerce compatibility
|
| 112 |
|
| 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.9
|
| 7 |
+
Stable tag: 5.5.4
|
| 8 |
WC requires at least: 3.1.0
|
| 9 |
+
WC tested up to: 6.1
|
| 10 |
License: GPLv3
|
| 11 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 12 |
|
| 107 |
|
| 108 |
== Changelog ==
|
| 109 |
|
| 110 |
+
= 5.5.4 =
|
| 111 |
+
* Fix: WordPress compatibility
|
| 112 |
+
|
| 113 |
= 5.5.3 =
|
| 114 |
* Fix: WooCommerce compatibility
|
| 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.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: 6.
|
| 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.5.
|
| 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.5.4
|
| 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: 6.1
|
| 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.5.4');
|
| 24 |
}
|
| 25 |
if (!defined('WOOCCM_PLUGIN_FILE')) {
|
| 26 |
define('WOOCCM_PLUGIN_FILE', __FILE__);
|
