Version Description
- New. QuadLayers dashboard widget
Download this release
Release Info
Developer | quadlayers |
Plugin | WhatsApp Chat WP |
Version | 4.8.9 |
Comparing to | |
See all releases |
Code changes from version 4.8.8 to 4.8.9
- includes/quadlayers/widget.php +1 -5
- readme.txt +4 -1
- wp-whatsapp-chat.php +2 -2
includes/quadlayers/widget.php
CHANGED
@@ -17,11 +17,7 @@ class QL_Widget
|
|
17 |
wp_add_dashboard_widget(
|
18 |
'quadlayers-dashboard-overview',
|
19 |
__('QuadLayers News', 'wp-whatsapp-chat'),
|
20 |
-
[$this, 'display_dashboard_widget']
|
21 |
-
//null, //control_callback
|
22 |
-
//null, //callback_args
|
23 |
-
//null, //context
|
24 |
-
//'core'
|
25 |
);
|
26 |
}
|
27 |
|
17 |
wp_add_dashboard_widget(
|
18 |
'quadlayers-dashboard-overview',
|
19 |
__('QuadLayers News', 'wp-whatsapp-chat'),
|
20 |
+
[$this, 'display_dashboard_widget']
|
|
|
|
|
|
|
|
|
21 |
);
|
22 |
}
|
23 |
|
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.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.8.8 =
|
101 |
* New. QuadLayers dashboard widget
|
102 |
|
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.8.9
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 4.8.9 =
|
101 |
+
* New. QuadLayers dashboard widget
|
102 |
+
|
103 |
= 4.8.8 =
|
104 |
* New. QuadLayers dashboard widget
|
105 |
|
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.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.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.8.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.8.9');
|
21 |
define('QLWAPP_PLUGIN_FILE', __FILE__);
|
22 |
define('QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR);
|
23 |
define('QLWAPP_PREFIX', 'qlwapp');
|