WhatsApp Chat WP - Version 4.5.7

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.5.7
Comparing to
See all releases

Code changes from version 4.5.6 to 4.5.7

Files changed (4) hide show
  1. changelog.txt +3 -0
  2. includes/qlwapp.php +1 -1
  3. readme.txt +4 -4
  4. wp-whatsapp-chat.php +2 -2
changelog.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  = 4.5.6 =
2
  * Fix. small css issues
3
  * Fix. small js issues
1
+ = 4.5.7 =
2
+ * Fix. minified script
3
+
4
  = 4.5.6 =
5
  * Fix. small css issues
6
  * Fix. small js issues
includes/qlwapp.php CHANGED
@@ -13,7 +13,7 @@ class QLWAPP {
13
 
14
  public static function is_min() {
15
  if (!defined('SCRIPT_DEBUG') || !SCRIPT_DEBUG) {
16
- //return '.min';
17
  }
18
  }
19
 
13
 
14
  public static function is_min() {
15
  if (!defined('SCRIPT_DEBUG') || !SCRIPT_DEBUG) {
16
+ return '.min';
17
  }
18
  }
19
 
readme.txt CHANGED
@@ -1,14 +1,14 @@
1
  === WP Social Chat ===
2
  Contributors: quadlayers
3
  Donate link: https://quadlayers.com/portfolio/wordpress-whatsapp-chat/
4
- Tags: whatsapp, whatsapp button, whatsapp chat, whatsapp support, contact, click to chat, directly message whatsapp, floating whatsapp, whatsapp business, messaging, help desk
5
  Requires at least: 4.6
6
- Tested up to: 5.3.0
7
- Stable tag: 4.5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Formerly "WhatsApp Chat". This plugin allows your users to contact you through WhatsApp chat with a single click.
12
 
13
  == Description ==
14
 
1
  === WP Social Chat ===
2
  Contributors: quadlayers
3
  Donate link: https://quadlayers.com/portfolio/wordpress-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: 4.6
6
+ Tested up to: 5.3.2
7
+ Stable tag: 4.5.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ WhatsApp Chat allows your users to contact you through WhatsApp chat with a single click.
12
 
13
  == Description ==
14
 
wp-whatsapp-chat.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: WhatsApp Chat
5
  * Plugin URI: https://quadlayers.com/portfolio/wordpress-whatsapp-chat/
6
  * Description: WhatsApp Chat allows your visitors to contact you or your team through WhatsApp chat with a single click.
7
- * Version: 4.5.6
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPL-2.0+
@@ -19,7 +19,7 @@ if (!defined('QLWAPP_PLUGIN_NAME')) {
19
  define('QLWAPP_PLUGIN_NAME', 'WhatsApp Chat');
20
  }
21
  if (!defined('QLWAPP_PLUGIN_VERSION')) {
22
- define('QLWAPP_PLUGIN_VERSION', '4.5.6');
23
  }
24
  if (!defined('QLWAPP_PLUGIN_FILE')) {
25
  define('QLWAPP_PLUGIN_FILE', __FILE__);
4
  * Plugin Name: WhatsApp Chat
5
  * Plugin URI: https://quadlayers.com/portfolio/wordpress-whatsapp-chat/
6
  * Description: WhatsApp Chat allows your visitors to contact you or your team through WhatsApp chat with a single click.
7
+ * Version: 4.5.7
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPL-2.0+
19
  define('QLWAPP_PLUGIN_NAME', 'WhatsApp Chat');
20
  }
21
  if (!defined('QLWAPP_PLUGIN_VERSION')) {
22
+ define('QLWAPP_PLUGIN_VERSION', '4.5.7');
23
  }
24
  if (!defined('QLWAPP_PLUGIN_FILE')) {
25
  define('QLWAPP_PLUGIN_FILE', __FILE__);