Version Description
Hello! We've recently acquired this plugin and included tons of new features.
Download this release
Release Info
| Developer | quadlayers |
| Plugin | |
| Version | 4.3.4 |
| Comparing to | |
| See all releases | |
Code changes from version 4.3.3 to 4.3.4
- changelog.txt +3 -0
- includes/pages/button.php +1 -1
- includes/settings.php +1 -1
- readme.txt +1 -1
- wp-whatsapp-chat.php +2 -2
changelog.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
= 4.3.3 =
|
| 2 |
* Fix. + removed from phone numbers
|
| 3 |
|
| 1 |
+
= 4.3.4 =
|
| 2 |
+
* Fix. + removed from phone pattern
|
| 3 |
+
|
| 4 |
= 4.3.3 =
|
| 5 |
* Fix. + removed from phone numbers
|
| 6 |
|
includes/pages/button.php
CHANGED
|
@@ -65,7 +65,7 @@
|
|
| 65 |
<tr>
|
| 66 |
<th scope="row"><?php esc_html_e('Phone', 'wp-whatsapp-chat'); ?></th>
|
| 67 |
<td>
|
| 68 |
-
<input type="text" name="<?php echo esc_attr(QLWAPP_DOMAIN . '[button][phone]'); ?>" placeholder="<?php echo esc_html($this->defaults['button']['phone']); ?>" value="<?php echo esc_attr($qlwapp['button']['phone']); ?>" class="qlwapp-input" pattern="
|
| 69 |
<p class="description hidden"><?php esc_html_e('Full phone number in international format.', 'wp-whatsapp-chat'); ?></p>
|
| 70 |
|
| 71 |
</td>
|
| 65 |
<tr>
|
| 66 |
<th scope="row"><?php esc_html_e('Phone', 'wp-whatsapp-chat'); ?></th>
|
| 67 |
<td>
|
| 68 |
+
<input type="text" name="<?php echo esc_attr(QLWAPP_DOMAIN . '[button][phone]'); ?>" placeholder="<?php echo esc_html($this->defaults['button']['phone']); ?>" value="<?php echo esc_attr($qlwapp['button']['phone']); ?>" class="qlwapp-input" pattern="\d[0-9]{6,15}$"/>
|
| 69 |
<p class="description hidden"><?php esc_html_e('Full phone number in international format.', 'wp-whatsapp-chat'); ?></p>
|
| 70 |
|
| 71 |
</td>
|
includes/settings.php
CHANGED
|
@@ -251,7 +251,7 @@ if (!class_exists('QLWAPP_Settings')) {
|
|
| 251 |
<td><input type="text" id="clastname" name="<?php echo esc_attr(QLWAPP_DOMAIN . '[contacts][' . $id . '][lastname]'); ?>" placeholder="<?php echo esc_html($this->defaults['contacts'][0]['lastname']); ?>" value="<?php echo esc_html($qlwapp['contacts'][$id]['lastname']); ?>" /></td>
|
| 252 |
</tr>
|
| 253 |
<tr>
|
| 254 |
-
<td><b><?php esc_html_e('Phone', 'wp-whatsapp-chat'); ?></b></td><td><input type="text" id="cphone" name="<?php echo esc_attr(QLWAPP_DOMAIN . '[contacts][' . $id . '][phone]'); ?>" placeholder="<?php echo esc_html($this->defaults['contacts'][0]['phone']); ?>" value="<?php echo esc_html($qlwapp['contacts'][$id]['phone']); ?>" pattern="
|
| 255 |
<td><b><?php esc_html_e('Label', 'wp-whatsapp-chat'); ?></b></td><td><input type="text" id="clabel" name="<?php echo esc_attr(QLWAPP_DOMAIN . '[contacts][' . $id . '][label]'); ?>" placeholder="<?php echo esc_html($this->defaults['contacts'][0]['label']); ?>" value="<?php echo esc_html($qlwapp['contacts'][$id]['label']); ?>" /></td>
|
| 256 |
</tr>
|
| 257 |
<!--<tr>
|
| 251 |
<td><input type="text" id="clastname" name="<?php echo esc_attr(QLWAPP_DOMAIN . '[contacts][' . $id . '][lastname]'); ?>" placeholder="<?php echo esc_html($this->defaults['contacts'][0]['lastname']); ?>" value="<?php echo esc_html($qlwapp['contacts'][$id]['lastname']); ?>" /></td>
|
| 252 |
</tr>
|
| 253 |
<tr>
|
| 254 |
+
<td><b><?php esc_html_e('Phone', 'wp-whatsapp-chat'); ?></b></td><td><input type="text" id="cphone" name="<?php echo esc_attr(QLWAPP_DOMAIN . '[contacts][' . $id . '][phone]'); ?>" placeholder="<?php echo esc_html($this->defaults['contacts'][0]['phone']); ?>" value="<?php echo esc_html($qlwapp['contacts'][$id]['phone']); ?>" pattern="\d[0-9]{6,15}$"/></td>
|
| 255 |
<td><b><?php esc_html_e('Label', 'wp-whatsapp-chat'); ?></b></td><td><input type="text" id="clabel" name="<?php echo esc_attr(QLWAPP_DOMAIN . '[contacts][' . $id . '][label]'); ?>" placeholder="<?php echo esc_html($this->defaults['contacts'][0]['label']); ?>" value="<?php echo esc_html($qlwapp['contacts'][$id]['label']); ?>" /></td>
|
| 256 |
</tr>
|
| 257 |
<!--<tr>
|
readme.txt
CHANGED
|
@@ -5,7 +5,7 @@ Tags: whatsapp, button, chat, support, contact, click to chat, directly message
|
|
| 5 |
Requires at least: 4.6
|
| 6 |
Tested up to: 5.2
|
| 7 |
Requires PHP: 5.3
|
| 8 |
-
Stable tag: 4.3.
|
| 9 |
License: GPLv2 or later
|
| 10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 11 |
|
| 5 |
Requires at least: 4.6
|
| 6 |
Tested up to: 5.2
|
| 7 |
Requires PHP: 5.3
|
| 8 |
+
Stable tag: 4.3.4
|
| 9 |
License: GPLv2 or later
|
| 10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 11 |
|
wp-whatsapp-chat.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: WP Social Chat
|
| 4 |
* Plugin URI: https://quadlayers.com/portfolio/wordpress-whatsapp-chat/
|
| 5 |
* Description: WhatsApp Chat allows your visitors to contact you or your team through WhatsApp chat with a single click.
|
| 6 |
-
* Version: 4.3.
|
| 7 |
* Author: QuadLayers
|
| 8 |
* Author URI: https://quadlayers.com
|
| 9 |
* License: GPL-2.0+
|
|
@@ -18,7 +18,7 @@ if (!defined('QLWAPP_PLUGIN_NAME')) {
|
|
| 18 |
define('QLWAPP_PLUGIN_NAME', 'WP Social Chat');
|
| 19 |
}
|
| 20 |
if (!defined('QLWAPP_PLUGIN_VERSION')) {
|
| 21 |
-
define('QLWAPP_PLUGIN_VERSION', '4.3.
|
| 22 |
}
|
| 23 |
if (!defined('QLWAPP_PLUGIN_FILE')) {
|
| 24 |
define('QLWAPP_PLUGIN_FILE', __FILE__);
|
| 3 |
* Plugin Name: WP Social Chat
|
| 4 |
* Plugin URI: https://quadlayers.com/portfolio/wordpress-whatsapp-chat/
|
| 5 |
* Description: WhatsApp Chat allows your visitors to contact you or your team through WhatsApp chat with a single click.
|
| 6 |
+
* Version: 4.3.4
|
| 7 |
* Author: QuadLayers
|
| 8 |
* Author URI: https://quadlayers.com
|
| 9 |
* License: GPL-2.0+
|
| 18 |
define('QLWAPP_PLUGIN_NAME', 'WP Social Chat');
|
| 19 |
}
|
| 20 |
if (!defined('QLWAPP_PLUGIN_VERSION')) {
|
| 21 |
+
define('QLWAPP_PLUGIN_VERSION', '4.3.4');
|
| 22 |
}
|
| 23 |
if (!defined('QLWAPP_PLUGIN_FILE')) {
|
| 24 |
define('QLWAPP_PLUGIN_FILE', __FILE__);
|
