Version Description
- Fix: woocommerce checkout manager suggestions
Download this release
Release Info
| Developer | quadlayers |
| Plugin | |
| Version | 5.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 5.0.0 to 5.0.1
includes/class-wooccm-suggestions-list-table.php
CHANGED
|
@@ -5,12 +5,12 @@ require_once( ABSPATH . 'wp-admin/includes/class-wp-plugin-install-list-table.ph
|
|
| 5 |
class WOOCCM_Suggestions_List_Table extends WP_Plugin_Install_List_Table {
|
| 6 |
|
| 7 |
public $promote = array(
|
| 8 |
-
'woocommerce-checkout
|
| 9 |
'perfect-woocommerce-brands',
|
| 10 |
'wp-whatsapp-chat',
|
|
|
|
| 11 |
'insta-gallery',
|
| 12 |
'quadmenu',
|
| 13 |
-
'wp-menu-icons',
|
| 14 |
);
|
| 15 |
|
| 16 |
private function remove_plugins($plugins) {
|
| 5 |
class WOOCCM_Suggestions_List_Table extends WP_Plugin_Install_List_Table {
|
| 6 |
|
| 7 |
public $promote = array(
|
| 8 |
+
'woocommerce-direct-checkout',
|
| 9 |
'perfect-woocommerce-brands',
|
| 10 |
'wp-whatsapp-chat',
|
| 11 |
+
'wp-tiktok-feed',
|
| 12 |
'insta-gallery',
|
| 13 |
'quadmenu',
|
|
|
|
| 14 |
);
|
| 15 |
|
| 16 |
private function remove_plugins($plugins) {
|
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.4
|
| 6 |
Tested up to: 5.4.0
|
| 7 |
-
Stable tag: 5.0.
|
| 8 |
WC requires at least: 3.0
|
| 9 |
WC tested up to: 4.0
|
| 10 |
License: GPLv2 or later
|
|
@@ -107,6 +107,9 @@ Your Order data can be reviewed in each order within the default WooCommerce Ord
|
|
| 107 |
|
| 108 |
== Changelog ==
|
| 109 |
|
|
|
|
|
|
|
|
|
|
| 110 |
= 5.0.0 =
|
| 111 |
* Fix: woocommerce checkout conditional fields
|
| 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.4.0
|
| 7 |
+
Stable tag: 5.0.1
|
| 8 |
WC requires at least: 3.0
|
| 9 |
WC tested up to: 4.0
|
| 10 |
License: GPLv2 or later
|
| 107 |
|
| 108 |
== Changelog ==
|
| 109 |
|
| 110 |
+
= 5.0.1 =
|
| 111 |
+
* Fix: woocommerce checkout manager suggestions
|
| 112 |
+
|
| 113 |
= 5.0.0 =
|
| 114 |
* Fix: woocommerce checkout conditional fields
|
| 115 |
|
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)
|
|
@@ -17,7 +17,7 @@ if (!defined('WOOCCM_PLUGIN_NAME')) {
|
|
| 17 |
define('WOOCCM_PLUGIN_NAME', 'WooCommerce Checkout Manager');
|
| 18 |
}
|
| 19 |
if (!defined('WOOCCM_PLUGIN_VERSION')) {
|
| 20 |
-
define('WOOCCM_PLUGIN_VERSION', '5.0.
|
| 21 |
}
|
| 22 |
if (!defined('WOOCCM_PLUGIN_FILE')) {
|
| 23 |
define('WOOCCM_PLUGIN_FILE', __FILE__);
|
| 3 |
/**
|
| 4 |
* Plugin Name: WooCommerce Checkout Manager
|
| 5 |
* Description: Manages WooCommerce Checkout, the advanced way.
|
| 6 |
+
* Version: 5.0.1
|
| 7 |
* Author: QuadLayers
|
| 8 |
* Author URI: https://www.quadlayers.com
|
| 9 |
* Copyright: 2019 QuadLayers (https://www.quadlayers.com)
|
| 17 |
define('WOOCCM_PLUGIN_NAME', 'WooCommerce Checkout Manager');
|
| 18 |
}
|
| 19 |
if (!defined('WOOCCM_PLUGIN_VERSION')) {
|
| 20 |
+
define('WOOCCM_PLUGIN_VERSION', '5.0.1');
|
| 21 |
}
|
| 22 |
if (!defined('WOOCCM_PLUGIN_FILE')) {
|
| 23 |
define('WOOCCM_PLUGIN_FILE', __FILE__);
|
