WhatsApp Chat WP - Version 4.6.8

Version Description

Hello! We've recently acquired this plugin and included tons of new features.

Download this release

Release Info

Developer quadlayers
Plugin Icon 128x128 WhatsApp Chat WP
Version 4.6.8
Comparing to
See all releases

Code changes from version 4.6.7 to 4.6.8

Files changed (4) hide show
  1. changelog.txt +6 -0
  2. readme.txt +1 -1
  3. wp-whatsapp-chat.php +2 -2
  4. wpml-config.xml +24 -6
changelog.txt CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  = 4.6.6 =
2
  * Fix. suggestion update
3
 
1
+ = 4.6.8 =
2
+ * Fix. wmpl strings fix
3
+
4
+ = 4.6.7 =
5
+ * Fix. suggestion update
6
+
7
  = 4.6.6 =
8
  * Fix. suggestion update
9
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://quadlayers.com/portfolio/whatsapp-chat/
4
  Tags: whatsapp, whatsapp chat, whatsapp business, whatsapp support, click to chat, whatsapp group, directly message whatsapp, floating whatsapp, whatsapp message, help desk
5
  Requires at least: 3.0
6
  Tested up to: 5.4.2
7
- Stable tag: 4.6.7
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
4
  Tags: whatsapp, whatsapp chat, whatsapp business, whatsapp support, click to chat, whatsapp group, directly message whatsapp, floating whatsapp, whatsapp message, help desk
5
  Requires at least: 3.0
6
  Tested up to: 5.4.2
7
+ Stable tag: 4.6.8
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
wp-whatsapp-chat.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: WP 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: 4.6.7
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPLv3
@@ -17,7 +17,7 @@ if (!defined('ABSPATH')) {
17
  }
18
 
19
  define('QLWAPP_PLUGIN_NAME', 'WP Social Chat');
20
- define('QLWAPP_PLUGIN_VERSION', '4.6.7');
21
  define('QLWAPP_PLUGIN_FILE', __FILE__);
22
  define('QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR);
23
  define('QLWAPP_PREFIX', 'qlwapp');
4
  * Plugin Name: WP 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: 4.6.8
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPLv3
17
  }
18
 
19
  define('QLWAPP_PLUGIN_NAME', 'WP Social Chat');
20
+ define('QLWAPP_PLUGIN_VERSION', '4.6.8');
21
  define('QLWAPP_PLUGIN_FILE', __FILE__);
22
  define('QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR);
23
  define('QLWAPP_PREFIX', 'qlwapp');
wpml-config.xml CHANGED
@@ -1,7 +1,25 @@
1
  <wpml-config>
2
- <admin-texts>
3
- <key name="qlwcdc_add_archive_text_content"/>
4
- <key name="qlwcdc_add_product_text_content"/>
5
- <key name="qlwcdc_add_product_quick_purchase_text"/>
6
- </admin-texts>
7
- </wpml-config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <wpml-config>
2
+ <admin-texts>
3
+ <key name="qlwapp">
4
+ <key name="box">
5
+ <key name="header"></key>
6
+ <key name="footer"></key>
7
+ <key name="response"></key>
8
+ </key>
9
+ <key name="button">
10
+ <key name="text"></key>
11
+ <key name="phone"></key>
12
+ </key>
13
+ <key name="user">
14
+ <key name="message"></key>
15
+ </key>
16
+ <key name="contacts">
17
+ <key name="*">
18
+ <key name="label"></key>
19
+ <key name="phone"></key>
20
+ <key name="message"></key>
21
+ </key>
22
+ </key>
23
+ </key>
24
+ </admin-texts>
25
+ </wpml-config>