WhatsApp Chat WP - Version 4.9.9

Version Description

  • Fix. WhatsApp Chat css fixes
Download this release

Release Info

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

Code changes from version 4.9.8 to 4.9.9

Files changed (2) hide show
  1. readme.txt +6 -3
  2. wp-whatsapp-chat.php +2 -2
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.8
7
- Stable tag: 4.9.8
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -97,6 +97,9 @@ Don't use: +001-(555)1234567
97
 
98
  == Changelog ==
99
 
 
 
 
100
  = 4.9.8 =
101
  * Fix. WordPress compatibility
102
 
@@ -128,10 +131,10 @@ Don't use: +001-(555)1234567
128
  * New. Admin improvements
129
 
130
  = 4.8.9 =
131
- * New. QuadLayers dashboard widget
132
 
133
  = 4.8.8 =
134
- * New. QuadLayers dashboard widget
135
 
136
  = 4.8.7 =
137
  * New. QuadLayers dashboard widget
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.8
7
+ Stable tag: 4.9.9
8
  License: GPLv3
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
97
 
98
  == Changelog ==
99
 
100
+ = 4.9.9 =
101
+ * Fix. WhatsApp Chat css fixes
102
+
103
  = 4.9.8 =
104
  * Fix. WordPress compatibility
105
 
131
  * New. Admin improvements
132
 
133
  = 4.8.9 =
134
+ * Fix. QuadLayers dashboard widget
135
 
136
  = 4.8.8 =
137
+ * Fix. QuadLayers dashboard widget
138
 
139
  = 4.8.7 =
140
  * New. QuadLayers dashboard widget
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: 4.9.8
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', 'Social Chat');
20
- define('QLWAPP_PLUGIN_VERSION', '4.9.8');
21
  define('QLWAPP_PLUGIN_FILE', __FILE__);
22
  define('QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR);
23
  define('QLWAPP_PREFIX', 'qlwapp');
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: 4.9.9
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPLv3
17
  }
18
 
19
  define('QLWAPP_PLUGIN_NAME', 'Social Chat');
20
+ define('QLWAPP_PLUGIN_VERSION', '4.9.9');
21
  define('QLWAPP_PLUGIN_FILE', __FILE__);
22
  define('QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR);
23
  define('QLWAPP_PREFIX', 'qlwapp');