WhatsApp Chat WP - Version 4.2.9

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

Code changes from version 4.2.8 to 4.2.9

changelog.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  = 4.2.8 =
2
  * Fix. PHP compatibility issue
3
 
1
+ = 4.2.9 =
2
+ * Fix. wordpress 4.2 compatibility
3
+
4
  = 4.2.8 =
5
  * Fix. PHP compatibility issue
6
 
includes/pages/{purchase.php → premium.php} RENAMED
@@ -1,6 +1,5 @@
1
-
2
- <div class="two-col">
3
- <div class="col" style="min-width: 60%;">
4
  <div class="welcome-header">
5
  <h1><?php esc_html_e('Premium', 'wp-whatsapp-chat'); ?></h1>
6
  <div class="about-description">
@@ -30,17 +29,17 @@
30
  </p>
31
  </div>
32
  </div>
33
- <div class="col" style="max-width: 33%;min-width: 33%;">
34
  <img src="<?php echo plugins_url('/assets/img/box1.png', QLWAPP_PLUGIN_FILE); ?>">
35
  </div>
36
  </div>
37
  <br/>
38
  <br/>
39
- <div class="two-col">
40
- <div class="col" style="max-width: 33%;min-width: 33%;">
41
  <img src="<?php echo plugins_url('/assets/img/box2.png', QLWAPP_PLUGIN_FILE); ?>">
42
  </div>
43
- <div class="col" style="min-width: 60%;">
44
  <br/>
45
  <div class="welcome-header">
46
  <h1><?php esc_html_e('Chatbox interface', 'wp-whatsapp-chat'); ?></h1>
1
+ <div class="has-2-columns is-wider-left" style="max-width: 100%">
2
+ <div class="column">
 
3
  <div class="welcome-header">
4
  <h1><?php esc_html_e('Premium', 'wp-whatsapp-chat'); ?></h1>
5
  <div class="about-description">
29
  </p>
30
  </div>
31
  </div>
32
+ <div class="column">
33
  <img src="<?php echo plugins_url('/assets/img/box1.png', QLWAPP_PLUGIN_FILE); ?>">
34
  </div>
35
  </div>
36
  <br/>
37
  <br/>
38
+ <div class="has-2-columns is-wider-right" style="max-width: 100%">
39
+ <div class="column">
40
  <img src="<?php echo plugins_url('/assets/img/box2.png', QLWAPP_PLUGIN_FILE); ?>">
41
  </div>
42
+ <div class="column">
43
  <br/>
44
  <div class="welcome-header">
45
  <h1><?php esc_html_e('Chatbox interface', 'wp-whatsapp-chat'); ?></h1>
includes/settings.php CHANGED
@@ -59,7 +59,7 @@ if (!class_exists('QLWAPP_Settings')) {
59
  add_submenu_page(QLWAPP_DOMAIN, __('Box', 'wp-whatsapp-chat'), esc_html__('Box', 'wp-whatsapp-chat'), 'edit_posts', QLWAPP_DOMAIN . '_box', array($this, 'settings_box'));
60
  add_submenu_page(QLWAPP_DOMAIN, __('Display', 'wp-whatsapp-chat'), esc_html__('Display', 'wp-whatsapp-chat'), 'edit_posts', QLWAPP_DOMAIN . '_display', array($this, 'settings_display'));
61
  add_submenu_page(QLWAPP_DOMAIN, __('Colors', 'wp-whatsapp-chat'), esc_html__('Colors', 'wp-whatsapp-chat'), 'edit_posts', QLWAPP_DOMAIN . '_colors', array($this, 'settings_colors'));
62
- add_submenu_page(QLWAPP_DOMAIN, __('Premium', 'wp-whatsapp-chat'), sprintf('<i class="dashicons dashicons-awards"></i> %s', __('Premium', 'wp-whatsapp-chat')), 'edit_posts', QLWAPP_DOMAIN . '_purchase', array($this, 'settings_purchase'));
63
  }
64
 
65
  function settings_header() {
@@ -215,13 +215,13 @@ if (!class_exists('QLWAPP_Settings')) {
215
  <?php
216
  }
217
 
218
- function settings_purchase() {
219
 
220
  global $qlwapp;
221
  ?>
222
  <?php $this->settings_header(); ?>
223
  <div class="wrap about-wrap full-width-layout qlwrap">
224
- <?php include_once('pages/purchase.php'); ?>
225
  </div>
226
  <?php
227
  }
59
  add_submenu_page(QLWAPP_DOMAIN, __('Box', 'wp-whatsapp-chat'), esc_html__('Box', 'wp-whatsapp-chat'), 'edit_posts', QLWAPP_DOMAIN . '_box', array($this, 'settings_box'));
60
  add_submenu_page(QLWAPP_DOMAIN, __('Display', 'wp-whatsapp-chat'), esc_html__('Display', 'wp-whatsapp-chat'), 'edit_posts', QLWAPP_DOMAIN . '_display', array($this, 'settings_display'));
61
  add_submenu_page(QLWAPP_DOMAIN, __('Colors', 'wp-whatsapp-chat'), esc_html__('Colors', 'wp-whatsapp-chat'), 'edit_posts', QLWAPP_DOMAIN . '_colors', array($this, 'settings_colors'));
62
+ add_submenu_page(QLWAPP_DOMAIN, __('Premium', 'wp-whatsapp-chat'), sprintf('<i class="dashicons dashicons-awards"></i> %s', __('Premium', 'wp-whatsapp-chat')), 'edit_posts', QLWAPP_DOMAIN . '_premium', array($this, 'settings_premium'));
63
  }
64
 
65
  function settings_header() {
215
  <?php
216
  }
217
 
218
+ function settings_premium() {
219
 
220
  global $qlwapp;
221
  ?>
222
  <?php $this->settings_header(); ?>
223
  <div class="wrap about-wrap full-width-layout qlwrap">
224
+ <?php include_once('pages/premium.php'); ?>
225
  </div>
226
  <?php
227
  }
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.2.8
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.2.9
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: 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.2.8
7
  * Author: WhatsApp Chat
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.2.8');
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.2.9
7
  * Author: WhatsApp Chat
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.2.9');
22
  }
23
  if (!defined('QLWAPP_PLUGIN_FILE')) {
24
  define('QLWAPP_PLUGIN_FILE', __FILE__);