WooCommerce Direct Checkout - Version 2.1.5

Version Description

  • Fix. WooCommerce Direct Checkout renamed
Download this release

Release Info

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

Code changes from version 2.1.4 to 2.1.5

languages/woocommerce-direct-checkout.pot CHANGED
@@ -1,7 +1,7 @@
1
  #, fuzzy
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: Woo Direct Checkout\n"
5
  "POT-Creation-Date: 2019-08-09 07:24-0300\n"
6
  "PO-Revision-Date: 2019-08-09 07:24-0300\n"
7
  "Last-Translator: \n"
@@ -529,7 +529,7 @@ msgid "Settings"
529
  msgstr ""
530
 
531
  #. Plugin Name of the plugin/theme
532
- msgid "Woo Direct Checkout"
533
  msgstr ""
534
 
535
  #. Description of the plugin/theme
1
  #, fuzzy
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: Direct Checkout for WooCommerce\n"
5
  "POT-Creation-Date: 2019-08-09 07:24-0300\n"
6
  "PO-Revision-Date: 2019-08-09 07:24-0300\n"
7
  "Last-Translator: \n"
529
  msgstr ""
530
 
531
  #. Plugin Name of the plugin/theme
532
+ msgid "Direct Checkout for WooCommerce"
533
  msgstr ""
534
 
535
  #. Description of the plugin/theme
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
- === Woo Direct Checkout ===
2
  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.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -11,7 +11,7 @@ Simplifies the entire checkout process to improve your sales rate.
11
 
12
  == Description ==
13
 
14
- [Woo 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
 
@@ -19,7 +19,7 @@ The Ajax add to cart option allows you to include single products, variable, gro
19
 
20
  == Speed checkout process ==
21
 
22
- Woo Direct Checkout aims to simplify the checkout process, leading to an immediate increase in sales. This plugin for WooCommerce allows you to redirect users to the checkout instead of cart page, change the text and link of the added to cart alert and include the ajax add to cart button in the products pages.
23
 
24
  == Remove checkout fields ==
25
 
@@ -42,6 +42,9 @@ The premium version of WooCommerce Direct Checkot allows to include a quick purc
42
 
43
  == Changelog ==
44
 
 
 
 
45
  = 2.1.4 =
46
  * Fix. WooCommerce Direct Checkout renamed
47
  * Fix. POT file updated
1
+ === Direct Checkout for WooCommerce ===
2
  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.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
11
 
12
  == Description ==
13
 
14
+ [Direct Checkout for WooCommerce](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
 
19
 
20
  == Speed checkout process ==
21
 
22
+ Direct Checkout for WooCommerce aims to simplify the checkout process, leading to an immediate increase in sales. This plugin for WooCommerce allows you to redirect users to the checkout instead of cart page, change the text and link of the added to cart alert and include the ajax add to cart button in the products pages.
23
 
24
  == Remove checkout fields ==
25
 
42
 
43
  == Changelog ==
44
 
45
+ = 2.1.5 =
46
+ * Fix. WooCommerce Direct Checkout renamed
47
+
48
  = 2.1.4 =
49
  * Fix. WooCommerce Direct Checkout renamed
50
  * Fix. POT file updated
woocommerce-direct-checkout.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /**
3
- * Plugin Name: Woo Direct Checkout
4
  * Description: Simplifies the checkout process to improve your sales rate.
5
- * Version: 2.1.4
6
  * Author: QuadLayers
7
  * Author URI: https://www.quadlayers.com
8
  * Copyright: 2019 QuadLayers (https://www.quadlayers.com)
@@ -13,10 +13,10 @@ if (!defined('ABSPATH')) {
13
  die('-1');
14
  }
15
  if (!defined('QLWCDC_PLUGIN_NAME')) {
16
- define('QLWCDC_PLUGIN_NAME', 'Woo Direct Checkout');
17
  }
18
  if (!defined('QLWCDC_PLUGIN_VERSION')) {
19
- define('QLWCDC_PLUGIN_VERSION', '2.1.4');
20
  }
21
  if (!defined('QLWCDC_PLUGIN_FILE')) {
22
  define('QLWCDC_PLUGIN_FILE', __FILE__);
1
  <?php
2
  /**
3
+ * Plugin Name: Direct Checkout for WooCommerce
4
  * Description: Simplifies the checkout process to improve your sales rate.
5
+ * Version: 2.1.5
6
  * Author: QuadLayers
7
  * Author URI: https://www.quadlayers.com
8
  * Copyright: 2019 QuadLayers (https://www.quadlayers.com)
13
  die('-1');
14
  }
15
  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.5');
20
  }
21
  if (!defined('QLWCDC_PLUGIN_FILE')) {
22
  define('QLWCDC_PLUGIN_FILE', __FILE__);