WhatsApp Chat WP - Version 6.2.3

Version Description

  • Fix. Premium compatibility
Download this release

Release Info

Developer quadlayers
Plugin Icon 128x128 WhatsApp Chat WP
Version 6.2.3
Comparing to
See all releases

Code changes from version 6.2.2 to 6.2.3

includes/models/Scheme.php CHANGED
@@ -9,16 +9,19 @@ class QLWAPP_Scheme extends QLWAPP_Model {
9
 
10
  function get_args() {
11
  $args = array(
12
- 'font-family' => 'inherit',
13
- 'font-size' => '18',
14
- 'icon-size' => '60',
15
- 'icon-font-size' => '24',
16
- 'brand' => '',
17
- 'text' => '',
18
- 'link' => '',
19
- 'message' => '',
20
- 'label' => '',
21
- 'name' => '',
 
 
 
22
  );
23
  return $args;
24
  }
9
 
10
  function get_args() {
11
  $args = array(
12
+ 'font-family' => 'inherit',
13
+ 'font-size' => '18',
14
+ 'icon-size' => '60',
15
+ 'icon-font-size' => '24',
16
+ 'brand' => '',
17
+ 'text' => '',
18
+ 'link' => '',
19
+ 'message' => '',
20
+ 'label' => '',
21
+ 'name' => '',
22
+ 'contact-role-color' => '',
23
+ 'contact-name-color' => '',
24
+ 'contact-availability-color' => '',
25
  );
26
  return $args;
27
  }
includes/view/backend/pages/scheme.php CHANGED
@@ -81,6 +81,36 @@
81
  </tr>
82
  </tbody>
83
  </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  <?php wp_nonce_field( 'qlwapp_save_scheme', 'qlwapp_scheme_form_nonce' ); ?>
85
  <p class="submit">
86
  <?php submit_button( esc_html__( 'Save', 'wp-whatsapp-chat' ), 'primary', 'submit', false ); ?>
81
  </tr>
82
  </tbody>
83
  </table>
84
+ <table class="form-table">
85
+ <tbody>
86
+ <tr>
87
+ <th>
88
+ <?php echo esc_html__('Contact settings','wp-whatsapp-chat') ?>
89
+ </th>
90
+ </tr>
91
+ <tr class="qlwapp-premium-field">
92
+ <th scope="row"><?php esc_html_e( 'Role color', 'wp-whatsapp-chat' ); ?></th>
93
+ <td>
94
+ <input class="qlwapp-color-field" type="link" name="contact-role-color" value="<?php echo esc_attr( $scheme['contact-role-color'] ); ?>" />
95
+ <p class="description hidden"><small><?php esc_html_e( 'This is a premium feature', 'wp-whatsapp-chat' ); ?></small></p>
96
+ </td>
97
+ </tr>
98
+ <tr class="qlwapp-premium-field">
99
+ <th scope="row"><?php esc_html_e( 'Name color', 'wp-whatsapp-chat' ); ?></th>
100
+ <td>
101
+ <input class="qlwapp-color-field" type="link" name="contact-name-color" value="<?php echo esc_attr( $scheme['contact-name-color'] ); ?>" />
102
+ <p class="description hidden"><small><?php esc_html_e( 'This is a premium feature', 'wp-whatsapp-chat' ); ?></small></p>
103
+ </td>
104
+ </tr>
105
+ <tr class="qlwapp-premium-field">
106
+ <th scope="row"><?php esc_html_e( 'Availability color', 'wp-whatsapp-chat' ); ?></th>
107
+ <td>
108
+ <input class="qlwapp-color-field" type="link" name="contact-availability-color" value="<?php echo esc_attr( $scheme['contact-availability-color'] ); ?>" />
109
+ <p class="description hidden"><small><?php esc_html_e( 'This is a premium feature', 'wp-whatsapp-chat' ); ?></small></p>
110
+ </td>
111
+ </tr>
112
+ </tbody>
113
+ </table>
114
  <?php wp_nonce_field( 'qlwapp_save_scheme', 'qlwapp_scheme_form_nonce' ); ?>
115
  <p class="submit">
116
  <?php submit_button( esc_html__( 'Save', 'wp-whatsapp-chat' ), 'primary', 'submit', false ); ?>
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: whatsapp, whatsapp business, click to chat, whatsapp chat, woocommerce wha
5
  Requires at least: 4.6
6
  Requires PHP: 5.6
7
  Tested up to: 6.1
8
- Stable tag: 6.2.2
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -17,6 +17,8 @@ WP WhatsApp Chat allows your users to contact you through "WhatsApp" App WhatsAp
17
 
18
  WP WhatsApp Chat for WordPress allows your customers to click a button and open a conversation from your website directly to your "WhatsApp" or "WhatsApp Business" phone number. This plugin includes a Whatsapp button where you can include a pre-set message, which will be automatically be the first message in the conversation.
19
 
 
 
20
  == Formerly WhatsApp Chat ==
21
  This plugin was formerly known as "WhatsApp Chat". WordPress forced us on August 8, 2019 to change the name of the plugin due to use of the "WhatsApp" word in the name. We apologize for the problems that the downtime may have caused to you.
22
 
@@ -135,6 +137,9 @@ Don't use: +001-(555)1234567
135
 
136
  == Changelog ==
137
 
 
 
 
138
  = 6.2.2 =
139
  * Fix. Elementor compatibility
140
 
5
  Requires at least: 4.6
6
  Requires PHP: 5.6
7
  Tested up to: 6.1
8
+ Stable tag: 6.2.3
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
17
 
18
  WP WhatsApp Chat for WordPress allows your customers to click a button and open a conversation from your website directly to your "WhatsApp" or "WhatsApp Business" phone number. This plugin includes a Whatsapp button where you can include a pre-set message, which will be automatically be the first message in the conversation.
19
 
20
+ [youtube https://www.youtube.com/watch?v=TY4hEJjZL8Y]
21
+
22
  == Formerly WhatsApp Chat ==
23
  This plugin was formerly known as "WhatsApp Chat". WordPress forced us on August 8, 2019 to change the name of the plugin due to use of the "WhatsApp" word in the name. We apologize for the problems that the downtime may have caused to you.
24
 
137
 
138
  == Changelog ==
139
 
140
+ = 6.2.3 =
141
+ * Fix. Premium compatibility
142
+
143
  = 6.2.2 =
144
  * Fix. Elementor compatibility
145
 
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: 6.2.2
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPLv3
@@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
18
  }
19
 
20
  define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' );
21
- define( 'QLWAPP_PLUGIN_VERSION', '6.2.2' );
22
  define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
23
  define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
24
  define( 'QLWAPP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
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: 6.2.3
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPLv3
18
  }
19
 
20
  define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' );
21
+ define( 'QLWAPP_PLUGIN_VERSION', '6.2.3' );
22
  define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
23
  define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
24
  define( 'QLWAPP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );