Version Description
Download this release
Release Info
Developer | quadlayers |
Plugin | WooCommerce Checkout Manager |
Version | 5.0.8 |
Comparing to | |
See all releases |
Code changes from version 5.0.7 to 5.0.8
- readme.txt +2 -2
- woocommerce-checkout-manager.php +2 -2
readme.txt
CHANGED
@@ -3,8 +3,8 @@ 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.4.
|
7 |
-
Stable tag: 5.0.
|
8 |
WC requires at least: 3.1.0
|
9 |
WC tested up to: 4.2.0
|
10 |
License: GPLv2 or later
|
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.4.2
|
7 |
+
Stable tag: 5.0.8
|
8 |
WC requires at least: 3.1.0
|
9 |
WC tested up to: 4.2.0
|
10 |
License: GPLv2 or later
|
woocommerce-checkout-manager.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* Plugin Name: WooCommerce Checkout Manager
|
5 |
* Description: Manages WooCommerce Checkout, the advanced way.
|
6 |
-
* Version: 5.0.
|
7 |
* Author: QuadLayers
|
8 |
* Author URI: https://www.quadlayers.com
|
9 |
* Copyright: 2019 QuadLayers (https://www.quadlayers.com)
|
@@ -19,7 +19,7 @@ if (!defined('WOOCCM_PLUGIN_NAME')) {
|
|
19 |
define('WOOCCM_PLUGIN_NAME', 'WooCommerce Checkout Manager');
|
20 |
}
|
21 |
if (!defined('WOOCCM_PLUGIN_VERSION')) {
|
22 |
-
define('WOOCCM_PLUGIN_VERSION', '5.0.
|
23 |
}
|
24 |
if (!defined('WOOCCM_PLUGIN_FILE')) {
|
25 |
define('WOOCCM_PLUGIN_FILE', __FILE__);
|
3 |
/**
|
4 |
* Plugin Name: WooCommerce Checkout Manager
|
5 |
* Description: Manages WooCommerce Checkout, the advanced way.
|
6 |
+
* Version: 5.0.8
|
7 |
* Author: QuadLayers
|
8 |
* Author URI: https://www.quadlayers.com
|
9 |
* Copyright: 2019 QuadLayers (https://www.quadlayers.com)
|
19 |
define('WOOCCM_PLUGIN_NAME', 'WooCommerce Checkout Manager');
|
20 |
}
|
21 |
if (!defined('WOOCCM_PLUGIN_VERSION')) {
|
22 |
+
define('WOOCCM_PLUGIN_VERSION', '5.0.8');
|
23 |
}
|
24 |
if (!defined('WOOCCM_PLUGIN_FILE')) {
|
25 |
define('WOOCCM_PLUGIN_FILE', __FILE__);
|