WooCommerce Direct Checkout - Version 2.1.7

Version Description

  • Fix. WooCommerce Direct Checkout readme update
Download this release

Release Info

Developer quadlayers
Plugin Icon 128x128 WooCommerce Direct Checkout
Version 2.1.7
Comparing to
See all releases

Code changes from version 2.1.6 to 2.1.7

Files changed (2) hide show
  1. readme.txt +9 -2
  2. woocommerce-direct-checkout.php +2 -2
readme.txt CHANGED
@@ -3,16 +3,20 @@ Contributors: quadlayers
3
  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
4
  Requires at least: 4.8
5
  Tested up to: 5.2
6
- Stable tag: 2.1.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- Formerly WooCommerce Direct Checkout. This plugin simplifies the entire WooCommerce checkout process to improve your sales rate.
11
 
12
  == Description ==
13
 
14
  [WooCommerce Direct Checkout](https://quadlayers.com/portfolio/woocommerce-direct-checkout/) allows you to simplifies the checkout process by skipping the shopping cart page. The “Add to cart” button is added in each product to redirect customers to the checkout page. This can encourage buyers to shop more and quickly process the transaction, which can lead to a possible increase in sales.
15
 
 
 
 
 
16
  == Ajax add to cart ==
17
 
18
  The Ajax add to cart option allows you to include single products, variable, grouped and virtual products in the cart without the need to reload the entire site each time.
@@ -42,6 +46,9 @@ The premium version of WooCommerce Direct Checkot allows to include a quick purc
42
 
43
  == Changelog ==
44
 
 
 
 
45
  = 2.1.6 =
46
  * Fix. WooCommerce Direct Checkout renamed
47
 
3
  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
4
  Requires at least: 4.8
5
  Tested up to: 5.2
6
+ Stable tag: 2.1.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ Formerly "WooCommerce Direct Checkout". This plugin simplifies the entire WooCommerce checkout process to improve your sales rate.
11
 
12
  == Description ==
13
 
14
  [WooCommerce Direct Checkout](https://quadlayers.com/portfolio/woocommerce-direct-checkout/) allows you to simplifies the checkout process by skipping the shopping cart page. The “Add to cart” button is added in each product to redirect customers to the checkout page. This can encourage buyers to shop more and quickly process the transaction, which can lead to a possible increase in sales.
15
 
16
+ == Formerly WooCommerce Direct Checkout ==
17
+
18
+ This plugin was formerly known as "WooCommerce Direct Checkout". WordPress forced us on August 8, 2019 to change the name of the plugin due to use of the "WooCommerce" word at the beginning of the name. We apologize for the problems that the downtime may have caused to you.
19
+
20
  == Ajax add to cart ==
21
 
22
  The Ajax add to cart option allows you to include single products, variable, grouped and virtual products in the cart without the need to reload the entire site each time.
46
 
47
  == Changelog ==
48
 
49
+ = 2.1.7 =
50
+ * Fix. WooCommerce Direct Checkout readme update
51
+
52
  = 2.1.6 =
53
  * Fix. WooCommerce Direct Checkout renamed
54
 
woocommerce-direct-checkout.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Direct Checkout for WooCommerce
4
  * Description: Simplifies the checkout process to improve your sales rate.
5
- * Version: 2.1.6
6
  * Author: QuadLayers
7
  * Author URI: https://www.quadlayers.com
8
  * Copyright: 2019 QuadLayers (https://www.quadlayers.com)
@@ -16,7 +16,7 @@ if (!defined('QLWCDC_PLUGIN_NAME')) {
16
  define('QLWCDC_PLUGIN_NAME', 'Direct Checkout for WooCommerce');
17
  }
18
  if (!defined('QLWCDC_PLUGIN_VERSION')) {
19
- define('QLWCDC_PLUGIN_VERSION', '2.1.6');
20
  }
21
  if (!defined('QLWCDC_PLUGIN_FILE')) {
22
  define('QLWCDC_PLUGIN_FILE', __FILE__);
2
  /**
3
  * Plugin Name: Direct Checkout for WooCommerce
4
  * Description: Simplifies the checkout process to improve your sales rate.
5
+ * Version: 2.1.7
6
  * Author: QuadLayers
7
  * Author URI: https://www.quadlayers.com
8
  * Copyright: 2019 QuadLayers (https://www.quadlayers.com)
16
  define('QLWCDC_PLUGIN_NAME', 'Direct Checkout for WooCommerce');
17
  }
18
  if (!defined('QLWCDC_PLUGIN_VERSION')) {
19
+ define('QLWCDC_PLUGIN_VERSION', '2.1.7');
20
  }
21
  if (!defined('QLWCDC_PLUGIN_FILE')) {
22
  define('QLWCDC_PLUGIN_FILE', __FILE__);