Version Description
- Fix. WooCommerce WhatsApp
Download this release
Release Info
Developer | quadlayers |
Plugin | WhatsApp Chat WP |
Version | 6.1.5 |
Comparing to | |
See all releases |
Code changes from version 6.1.4 to 6.1.5
- readme.txt +9 -6
- wp-whatsapp-chat.php +2 -2
readme.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
=== Click To Chat App ===
|
2 |
Contributors: quadlayers
|
3 |
Donate link: https://quadlayers.com/portfolio/whatsapp-chat/
|
4 |
-
Tags: whatsapp, whatsapp business, click to chat, whatsapp chat, whatsapp support, whatsapp group, whatsapp message, whatsapp woocommerce, whatsapp wordpress, whatsapp floating button, whatsapp icon, whats app, wame, wp social chat, join chat, wp whatsapp
|
5 |
Requires at least: 4.6
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 6.0
|
8 |
-
Stable tag: 6.1.
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -54,13 +54,13 @@ Synce version 5.0.6 you're able use variables in your WhatsApp Button or contact
|
|
54 |
{CURRENT_TITLE} ➡ Is replaced by the current page title
|
55 |
{CURRENT_URL} ➡ Is replaced by the current page url
|
56 |
|
57 |
-
== 🎁 New!! WooCommerce ==
|
58 |
|
59 |
-
Since version 6.0.1 you can include a
|
60 |
|
61 |
-
The WhatsApp
|
62 |
|
63 |
-
Also you can include
|
64 |
|
65 |
> * Before "Add To Cart" form
|
66 |
> * Before "Add To Cart" button
|
@@ -132,6 +132,9 @@ Don't use: +001-(555)1234567
|
|
132 |
|
133 |
== Changelog ==
|
134 |
|
|
|
|
|
|
|
135 |
= 6.1.4 =
|
136 |
* Fix. WhatsApp chat
|
137 |
|
1 |
=== Click To Chat App ===
|
2 |
Contributors: quadlayers
|
3 |
Donate link: https://quadlayers.com/portfolio/whatsapp-chat/
|
4 |
+
Tags: whatsapp, whatsapp business, click to chat, whatsapp chat, woocommerce whatsapp, whatsapp support, whatsapp group, whatsapp message, whatsapp woocommerce, whatsapp wordpress, whatsapp floating button, whatsapp icon, whats app, wame, wp social chat, join chat, wp whatsapp
|
5 |
Requires at least: 4.6
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 6.0
|
8 |
+
Stable tag: 6.1.5
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
54 |
{CURRENT_TITLE} ➡ Is replaced by the current page title
|
55 |
{CURRENT_URL} ➡ Is replaced by the current page url
|
56 |
|
57 |
+
== 🎁 New!! WooCommerce WhatsApp ==
|
58 |
|
59 |
+
Since version 6.0.1 you can include a WooCommerce WhatsApp button in the Single product pages to allows your users to prompt a custom message to your WhatsApp App.
|
60 |
|
61 |
+
The WhatsApp Button can be included directly on your WooCoomerce product pages next to the “Add to cart” button.
|
62 |
|
63 |
+
Also you can include WooCommerce WhatsApp button in the next actions:
|
64 |
|
65 |
> * Before "Add To Cart" form
|
66 |
> * Before "Add To Cart" button
|
132 |
|
133 |
== Changelog ==
|
134 |
|
135 |
+
= 6.1.5 =
|
136 |
+
* Fix. WooCommerce WhatsApp
|
137 |
+
|
138 |
= 6.1.4 =
|
139 |
* Fix. WhatsApp chat
|
140 |
|
wp-whatsapp-chat.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Social Chat
|
5 |
* Description: Social Chat allows your visitors to contact you or your team through WhatsApp chat with a single click.
|
6 |
* Plugin URI: https://quadlayers.com/portfolio/whatsapp-chat/
|
7 |
-
* Version: 6.1.
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
@@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
18 |
}
|
19 |
|
20 |
define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' );
|
21 |
-
define( 'QLWAPP_PLUGIN_VERSION', '6.1.
|
22 |
define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
|
23 |
define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
|
24 |
define( 'QLWAPP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
4 |
* Plugin Name: Social Chat
|
5 |
* Description: Social Chat allows your visitors to contact you or your team through WhatsApp chat with a single click.
|
6 |
* Plugin URI: https://quadlayers.com/portfolio/whatsapp-chat/
|
7 |
+
* Version: 6.1.5
|
8 |
* Author: QuadLayers
|
9 |
* Author URI: https://quadlayers.com
|
10 |
* License: GPLv3
|
18 |
}
|
19 |
|
20 |
define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' );
|
21 |
+
define( 'QLWAPP_PLUGIN_VERSION', '6.1.5' );
|
22 |
define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
|
23 |
define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
|
24 |
define( 'QLWAPP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|