Version Description
- New. Admin improvements
Download this release
Release Info
| Developer | quadlayers |
| Plugin | |
| Version | 4.9.1 |
| Comparing to | |
| See all releases | |
Code changes from version 4.9.0 to 4.9.1
- includes/view/backend/pages/button.php +1 -5
- readme.txt +4 -1
- wp-whatsapp-chat.php +2 -2
includes/view/backend/pages/button.php
CHANGED
|
@@ -19,10 +19,6 @@
|
|
| 19 |
<option value="yes" <?php selected($button['box'], 'yes'); ?>><?php esc_html_e('Enable contact box', 'wp-whatsapp-chat'); ?></option>
|
| 20 |
<option value="no" <?php selected($button['box'], 'no'); ?>><?php esc_html_e('Disable contact box', 'wp-whatsapp-chat'); ?></option>
|
| 21 |
</select>
|
| 22 |
-
<div style="display:block;" class="notice notice-error">
|
| 23 |
-
<p>Please set the contact phone number in the <a href="http://localhost/plugins/wp-admin/admin.php?page=click-to-chat">contacts tab</a>.
|
| 24 |
-
</p>
|
| 25 |
-
</div>
|
| 26 |
</td>
|
| 27 |
</tr>
|
| 28 |
<tr class="qlwapp-phone-alert <?php echo esc_attr($button['box'] == 'yes' ? '' : 'hidden'); ?>">
|
|
@@ -30,7 +26,7 @@
|
|
| 30 |
<td>
|
| 31 |
<span style="display:block!important;" class="notice notice-error">
|
| 32 |
<p>
|
| 33 |
-
<?php printf(__('Please set the contact phone number in the <a href="%s">contacts tab</a>', 'wp-whatsapp-chat'), admin_url('admin.php?page=' . QLWAPP_DOMAIN . '_contacts')); ?>.
|
| 34 |
</p>
|
| 35 |
</span>
|
| 36 |
</td>
|
| 19 |
<option value="yes" <?php selected($button['box'], 'yes'); ?>><?php esc_html_e('Enable contact box', 'wp-whatsapp-chat'); ?></option>
|
| 20 |
<option value="no" <?php selected($button['box'], 'no'); ?>><?php esc_html_e('Disable contact box', 'wp-whatsapp-chat'); ?></option>
|
| 21 |
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
</td>
|
| 23 |
</tr>
|
| 24 |
<tr class="qlwapp-phone-alert <?php echo esc_attr($button['box'] == 'yes' ? '' : 'hidden'); ?>">
|
| 26 |
<td>
|
| 27 |
<span style="display:block!important;" class="notice notice-error">
|
| 28 |
<p>
|
| 29 |
+
<?php printf(__('Contact box is enabled. Please set the contact phone number in the <a href="%s">contacts tab</a>', 'wp-whatsapp-chat'), admin_url('admin.php?page=' . QLWAPP_DOMAIN . '_contacts')); ?>.
|
| 30 |
</p>
|
| 31 |
</span>
|
| 32 |
</td>
|
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 |
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.0 =
|
| 101 |
* New. Admin improvements
|
| 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.9.1
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
|
| 97 |
|
| 98 |
== Changelog ==
|
| 99 |
|
| 100 |
+
= 4.9.1 =
|
| 101 |
+
* New. Admin improvements
|
| 102 |
+
|
| 103 |
= 4.9.0 =
|
| 104 |
* New. Admin improvements
|
| 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.9.
|
| 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.
|
| 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.1
|
| 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.1');
|
| 21 |
define('QLWAPP_PLUGIN_FILE', __FILE__);
|
| 22 |
define('QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR);
|
| 23 |
define('QLWAPP_PREFIX', 'qlwapp');
|
