WhatsApp Chat WP - Version 4.4.1

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

Code changes from version 4.4.0 to 4.4.1

Files changed (4) hide show
  1. changelog.txt +3 -0
  2. includes/defaults.php +3 -3
  3. readme.txt +1 -1
  4. wp-whatsapp-chat.php +2 -2
changelog.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  = 4.4.0 =
2
  * New. compatibility with whatsapp chat pro 2.3.5
3
  * Fix. whatsapp chat display select2
1
+ = 4.4.1 =
2
+ * Fix. small css fixes
3
+
4
  = 4.4.0 =
5
  * New. compatibility with whatsapp chat pro 2.3.5
6
  * Fix. whatsapp chat display select2
includes/defaults.php CHANGED
@@ -34,7 +34,7 @@ if (!class_exists('QLWAPP_Options')) {
34
  'position' => 'bottom-right',
35
  'text' => esc_html__('How can I help you?', 'wp-whatsapp-chat'),
36
  'icon' => 'qlwapp-whatsapp-icon',
37
- 'phone' => '542215676835',
38
  'developer' => 'no',
39
  'rounded' => 'yes',
40
  'timefrom' => '00:00',
@@ -45,7 +45,7 @@ if (!class_exists('QLWAPP_Options')) {
45
  'box' => array(
46
  'enable' => 'yes',
47
  'header' => '<h3>Hello!</h3><p>Click one of our representatives below to chat on WhatsApp or send us an email to <a href="mailto:hello@quadlayers.com">hello@quadlayers.com</a></p>',
48
- 'footer' => '<p>Call us to <a href="tel://542215676835">542215676835</a> from <em><time>0:00hs</time></em> a <em><time>24:00hs</time></em></p>'
49
  // ,'contactstimeout' => 'no'
50
  ),
51
  'chat' => array(
@@ -56,7 +56,7 @@ if (!class_exists('QLWAPP_Options')) {
56
  0 => array(
57
  'chat' => true,
58
  'avatar' => 'https://www.gravatar.com/avatar/00000000000000000000000000000000',
59
- 'phone' => '542215676835',
60
  'firstname' => 'John',
61
  'lastname' => 'Doe',
62
  'label' => esc_html__('Support', 'wp-whatsapp-chat'),
34
  'position' => 'bottom-right',
35
  'text' => esc_html__('How can I help you?', 'wp-whatsapp-chat'),
36
  'icon' => 'qlwapp-whatsapp-icon',
37
+ 'phone' => '123456789012',
38
  'developer' => 'no',
39
  'rounded' => 'yes',
40
  'timefrom' => '00:00',
45
  'box' => array(
46
  'enable' => 'yes',
47
  'header' => '<h3>Hello!</h3><p>Click one of our representatives below to chat on WhatsApp or send us an email to <a href="mailto:hello@quadlayers.com">hello@quadlayers.com</a></p>',
48
+ 'footer' => '<p>Call us to <a href="tel://123456789012">123456789012</a> from <em><time>0:00hs</time></em> a <em><time>24:00hs</time></em></p>'
49
  // ,'contactstimeout' => 'no'
50
  ),
51
  'chat' => array(
56
  0 => array(
57
  'chat' => true,
58
  'avatar' => 'https://www.gravatar.com/avatar/00000000000000000000000000000000',
59
+ 'phone' => '123456789012',
60
  'firstname' => 'John',
61
  'lastname' => 'Doe',
62
  'label' => esc_html__('Support', 'wp-whatsapp-chat'),
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.2.2
7
- Stable tag: 4.4.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
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.2.2
7
+ Stable tag: 4.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
wp-whatsapp-chat.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WhatsApp 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.4.0
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', 'WhatsApp Chat');
19
  }
20
  if (!defined('QLWAPP_PLUGIN_VERSION')) {
21
- define('QLWAPP_PLUGIN_VERSION', '4.4.0');
22
  }
23
  if (!defined('QLWAPP_PLUGIN_FILE')) {
24
  define('QLWAPP_PLUGIN_FILE', __FILE__);
3
  * Plugin Name: WhatsApp 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.4.1
7
  * Author: QuadLayers
8
  * Author URI: https://quadlayers.com
9
  * License: GPL-2.0+
18
  define('QLWAPP_PLUGIN_NAME', 'WhatsApp Chat');
19
  }
20
  if (!defined('QLWAPP_PLUGIN_VERSION')) {
21
+ define('QLWAPP_PLUGIN_VERSION', '4.4.1');
22
  }
23
  if (!defined('QLWAPP_PLUGIN_FILE')) {
24
  define('QLWAPP_PLUGIN_FILE', __FILE__);