Version Description
- Fix: WooCommerce compatibility
Download this release
Release Info
| Developer | quadlayers |
| Plugin | |
| Version | 2.5.8 |
| Comparing to | |
| See all releases | |
Code changes from version 2.5.7 to 2.5.8
- readme.txt +5 -2
- woocommerce-direct-checkout.php +2 -2
readme.txt
CHANGED
|
@@ -4,9 +4,9 @@ Donate link: https://quadlayers.com/portfolio/woocommerce-direct-checkout/
|
|
| 4 |
Tags: woocommerce, woocommerce ajax, woocommerce ajax cart, add to cart, woocommerce direct checkout, woocommerce quick buy, woocommerce remove checkout fields, woocommerce ajax single products, woocommerce one page checkout
|
| 5 |
Requires at least: 4.6
|
| 6 |
Tested up to: 5.8
|
| 7 |
-
Stable tag: 2.5.
|
| 8 |
WC requires at least: 3.1.0
|
| 9 |
-
WC tested up to:
|
| 10 |
License: GPLv3
|
| 11 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 12 |
|
|
@@ -64,6 +64,9 @@ The premium version of WooCommerce Direct Checkot allows to include a quick purc
|
|
| 64 |
|
| 65 |
== Changelog ==
|
| 66 |
|
|
|
|
|
|
|
|
|
|
| 67 |
= 2.5.7 =
|
| 68 |
* Fix: WooCommerce compatibility
|
| 69 |
|
| 4 |
Tags: woocommerce, woocommerce ajax, woocommerce ajax cart, add to cart, woocommerce direct checkout, woocommerce quick buy, woocommerce remove checkout fields, woocommerce ajax single products, woocommerce one page checkout
|
| 5 |
Requires at least: 4.6
|
| 6 |
Tested up to: 5.8
|
| 7 |
+
Stable tag: 2.5.8
|
| 8 |
WC requires at least: 3.1.0
|
| 9 |
+
WC tested up to: 6.0
|
| 10 |
License: GPLv3
|
| 11 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 12 |
|
| 64 |
|
| 65 |
== Changelog ==
|
| 66 |
|
| 67 |
+
= 2.5.8 =
|
| 68 |
+
* Fix: WooCommerce compatibility
|
| 69 |
+
|
| 70 |
= 2.5.7 =
|
| 71 |
* Fix: WooCommerce compatibility
|
| 72 |
|
woocommerce-direct-checkout.php
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
* License: GPLv3
|
| 11 |
* Text Domain: woocommerce-direct-checkout
|
| 12 |
* WC requires at least: 3.1.0
|
| 13 |
-
* WC tested up to:
|
| 14 |
*/
|
| 15 |
if (!defined('ABSPATH')) {
|
| 16 |
die('-1');
|
|
@@ -19,7 +19,7 @@ if (!defined('QLWCDC_PLUGIN_NAME')) {
|
|
| 19 |
define('QLWCDC_PLUGIN_NAME', 'Direct Checkout for WooCommerce');
|
| 20 |
}
|
| 21 |
if (!defined('QLWCDC_PLUGIN_VERSION')) {
|
| 22 |
-
define('QLWCDC_PLUGIN_VERSION', '2.5.
|
| 23 |
}
|
| 24 |
if (!defined('QLWCDC_PLUGIN_FILE')) {
|
| 25 |
define('QLWCDC_PLUGIN_FILE', __FILE__);
|
| 10 |
* License: GPLv3
|
| 11 |
* Text Domain: woocommerce-direct-checkout
|
| 12 |
* WC requires at least: 3.1.0
|
| 13 |
+
* WC tested up to: 6.0
|
| 14 |
*/
|
| 15 |
if (!defined('ABSPATH')) {
|
| 16 |
die('-1');
|
| 19 |
define('QLWCDC_PLUGIN_NAME', 'Direct Checkout for WooCommerce');
|
| 20 |
}
|
| 21 |
if (!defined('QLWCDC_PLUGIN_VERSION')) {
|
| 22 |
+
define('QLWCDC_PLUGIN_VERSION', '2.5.8');
|
| 23 |
}
|
| 24 |
if (!defined('QLWCDC_PLUGIN_FILE')) {
|
| 25 |
define('QLWCDC_PLUGIN_FILE', __FILE__);
|
