WhatsApp Chat WP - Version 6.2.5

Version Description

  • Fix. WhatsApp premium compatibility
Download this release

Release Info

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

Code changes from version 6.2.3 to 6.2.5

changelog.txt CHANGED
@@ -141,8 +141,8 @@
141
  * Fix. small css issues
142
 
143
  = 4.4.0 =
144
- * New. compatibility with whatsapp chat pro 2.3.5
145
- * Fix. whatsapp chat display select2
146
 
147
  = 4.3.9 =
148
  * Fix. duplicated posts in select
@@ -174,11 +174,11 @@
174
  * Fix. current_user_can validation added to qlwapp_get_posts ajax action
175
 
176
  = 4.3.1 =
177
- * Fix. WhatsApp Chat renamed
178
 
179
  = 4.3.0 =
180
  * Fix. bad spelling
181
- * Fix. whatsapp chat pro features not working
182
  * Improvement. wpml compatibility
183
 
184
  = 4.2.9 =
@@ -231,53 +231,53 @@
231
  * Fix. static method
232
 
233
  = 4.1.4 =
234
- * Fix. WhatsApp Chat avatar js fixes
235
 
236
  = 4.1.4 =
237
- * Fix. WhatsApp Chat avatar css fixes
238
 
239
  = 4.1.3 =
240
- * Fix. WhatsApp Chat contacts missing
241
- * Fix. WhatsApp Chat rounded images
242
 
243
  = 4.1.2 =
244
- * Fix. WhatsApp Chat button not open when box is disabled
245
 
246
  = 4.1.1 =
247
  * Fix. undefined variable
248
 
249
  = 4.1.0 =
250
- * Fix. WhatsApp Chat contact remove
251
- * Fix. WhatsApp Chat box disable
252
- * Fix. WhatsApp Chat button rounded disable
253
- * Fix. WhatsApp Chat button discreet link
254
 
255
  = 4.0.0 =
256
 
257
- * New. WhatsApp Chat button bubble layout
258
- * New. WhatsApp Chat button add or remove rounded corners
259
- * New. WhatsApp Chat button middle position
260
- * New. WhatsApp Chat button icon options
261
- * New. WhatsApp Chat button discreet link
262
- * New. WhatsApp Chat box to display contact
263
- * New. WhatsApp Chat box header message
264
- * New. WhatsApp Chat box footer message
265
- * New. WhatsApp Chat box contact name
266
- * New. WhatsApp Chat box contact phone
267
- * New. WhatsApp Chat box contact label
268
- * New. WhatsApp Chat box contact message
269
- * New. WhatsApp Chat box contact name
270
- * New. WhatsApp Chat show/hide in home search and 404 pages
271
- * New. WhatsApp Chat show/hide in taxonomies
272
- * New. WhatsApp Chat show/hide mobile devices
273
- * New. WhatsApp Chat show/hide desktop devices
274
- * Pro. WhatsApp Chat box multiple agents
275
- * Pro. WhatsApp Chat box chat for each agent
276
- * Pro. WhatsApp Chat color link
277
- * Pro. WhatsApp Chat color message
278
- * Pro. WhatsApp Chat color label
279
- * Pro. WhatsApp Chat color label
280
- * Pro. WhatsApp Chat color link
281
- * Pro. WhatsApp Chat color customizer integration
282
- * Pro. WhatsApp Chat button icons options
283
- * Pro. WhatsApp Chat show/hide in singular post types
141
  * Fix. small css issues
142
 
143
  = 4.4.0 =
144
+ * New. compatibility with Social Chat pro 2.3.5
145
+ * Fix. Social Chat display select2
146
 
147
  = 4.3.9 =
148
  * Fix. duplicated posts in select
174
  * Fix. current_user_can validation added to qlwapp_get_posts ajax action
175
 
176
  = 4.3.1 =
177
+ * Fix. Social Chat renamed
178
 
179
  = 4.3.0 =
180
  * Fix. bad spelling
181
+ * Fix. Social Chat pro features not working
182
  * Improvement. wpml compatibility
183
 
184
  = 4.2.9 =
231
  * Fix. static method
232
 
233
  = 4.1.4 =
234
+ * Fix. Social Chat avatar js fixes
235
 
236
  = 4.1.4 =
237
+ * Fix. Social Chat avatar css fixes
238
 
239
  = 4.1.3 =
240
+ * Fix. Social Chat contacts missing
241
+ * Fix. Social Chat rounded images
242
 
243
  = 4.1.2 =
244
+ * Fix. Social Chat button not open when box is disabled
245
 
246
  = 4.1.1 =
247
  * Fix. undefined variable
248
 
249
  = 4.1.0 =
250
+ * Fix. Social Chat contact remove
251
+ * Fix. Social Chat box disable
252
+ * Fix. Social Chat button rounded disable
253
+ * Fix. Social Chat button discreet link
254
 
255
  = 4.0.0 =
256
 
257
+ * New. Social Chat button bubble layout
258
+ * New. Social Chat button add or remove rounded corners
259
+ * New. Social Chat button middle position
260
+ * New. Social Chat button icon options
261
+ * New. Social Chat button discreet link
262
+ * New. Social Chat box to display contact
263
+ * New. Social Chat box header message
264
+ * New. Social Chat box footer message
265
+ * New. Social Chat box contact name
266
+ * New. Social Chat box contact phone
267
+ * New. Social Chat box contact label
268
+ * New. Social Chat box contact message
269
+ * New. Social Chat box contact name
270
+ * New. Social Chat show/hide in home search and 404 pages
271
+ * New. Social Chat show/hide in taxonomies
272
+ * New. Social Chat show/hide mobile devices
273
+ * New. Social Chat show/hide desktop devices
274
+ * Pro. Social Chat box multiple agents
275
+ * Pro. Social Chat box chat for each agent
276
+ * Pro. Social Chat color link
277
+ * Pro. Social Chat color message
278
+ * Pro. Social Chat color label
279
+ * Pro. Social Chat color label
280
+ * Pro. Social Chat color link
281
+ * Pro. Social Chat color customizer integration
282
+ * Pro. Social Chat button icons options
283
+ * Pro. Social Chat show/hide in singular post types
includes/frontend.php CHANGED
@@ -38,6 +38,8 @@ if ( ! class_exists( 'QLWAPP_Frontend' ) ) {
38
  function add_frontend_css() {
39
  $scheme_model = new QLWAPP_Scheme();
40
  $scheme = $scheme_model->get();
 
 
41
  ?>
42
  <style>
43
  :root {
@@ -53,6 +55,22 @@ if ( ! class_exists( 'QLWAPP_Frontend' ) ) {
53
  printf( '--%s-scheme-%s:%s;', QLWAPP_DOMAIN, esc_attr( $key ), esc_attr( $value ) );
54
  }
55
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ?>
57
  }
58
  </style>
38
  function add_frontend_css() {
39
  $scheme_model = new QLWAPP_Scheme();
40
  $scheme = $scheme_model->get();
41
+ $button_model = new QLWAPP_Button();
42
+ $button = $button_model->get();
43
  ?>
44
  <style>
45
  :root {
55
  printf( '--%s-scheme-%s:%s;', QLWAPP_DOMAIN, esc_attr( $key ), esc_attr( $value ) );
56
  }
57
  }
58
+
59
+ unset( $button['_wp_http_referer'] );
60
+ unset( $button['_button_form_nonce'] );
61
+
62
+ foreach ( $button as $key => $value ) {
63
+ if ( $value != '' ) {
64
+ if ( ! str_contains( $key, 'animation' ) ) {
65
+ continue;
66
+ }
67
+ if ( str_contains( $key, 'animation-delay' ) ) {
68
+ $value = "{$value}s";
69
+ }
70
+ printf( '--%s-button-%s:%s;', QLWAPP_DOMAIN, esc_attr( $key ), esc_attr( $value ) );
71
+ }
72
+ }
73
+
74
  ?>
75
  }
76
  </style>
includes/models/Box.php CHANGED
@@ -20,8 +20,8 @@ class QLWAPP_Box extends QLWAPP_Model {
20
  <p style="
21
  font-size: 14px;
22
  ">Click one of our contacts below to chat on WhatsApp</p>',
23
- // 'header' => '<p><span style="font-size: 12px;line-height: 34px;vertical-align: bottom;letter-spacing: -0.2px">Powered by</span> <a href="' . QLWAPP_LANDING_URL . '" target="_blank" rel="noopener" style="font-size: 24px;line-height: 34px;font-family: Calibri;font-weight: bold;text-decoration: none;color: white">WhatsApp Chat</a></p>',
24
- 'footer' => '<p style="text-align: start;">WhatsApp Chat is free, download and try it now <a target="_blank" href="' . QLWAPP_LANDING_URL . '">here!</a></p>',
25
  'response' => esc_html__( 'Write a response', 'wp-whatsapp-chat' ),
26
  );
27
  return $args;
20
  <p style="
21
  font-size: 14px;
22
  ">Click one of our contacts below to chat on WhatsApp</p>',
23
+ // 'header' => '<p><span style="font-size: 12px;line-height: 34px;vertical-align: bottom;letter-spacing: -0.2px">Powered by</span> <a href="' . QLWAPP_LANDING_URL . '" target="_blank" rel="noopener" style="font-size: 24px;line-height: 34px;font-family: Calibri;font-weight: bold;text-decoration: none;color: white">Social Chat</a></p>',
24
+ 'footer' => '<p style="text-align: start;">Social Chat is free, download and try it now <a target="_blank" href="' . QLWAPP_LANDING_URL . '">here!</a></p>',
25
  'response' => esc_html__( 'Write a response', 'wp-whatsapp-chat' ),
26
  );
27
  return $args;
includes/models/Button.php CHANGED
@@ -9,23 +9,25 @@ class QLWAPP_Button extends QLWAPP_Model {
9
 
10
  function get_args() {
11
  $args = array(
12
- 'layout' => 'button',
13
- 'box' => 'no',
14
- 'position' => 'bottom-right',
15
- 'text' => esc_html__( 'How can I help you?', 'wp-whatsapp-chat' ),
16
- 'message' => sprintf( esc_html__( 'Hello! I\'m testing the %1$s plugin %2$s', 'wp-whatsapp-chat' ), QLWAPP_PLUGIN_NAME, QLWAPP_LANDING_URL ),
17
- 'icon' => 'qlwapp-whatsapp-icon',
18
- 'type' => 'phone', // here we define the type of button, can be 'phone' or 'group'
19
- 'phone' => QLWAPP_PHONE_NUMBER,
20
- 'group' => '',
21
- 'developer' => 'no',
22
- 'rounded' => 'yes',
23
- 'timefrom' => '00:00',
24
- 'timeto' => '00:00',
25
- 'timedays' => array(),
26
- 'timezone' => qlwapp_get_current_timezone(),
27
- 'visibility' => 'readonly',
28
- 'timeout' => 'readonly', /* TODO: delete */
 
 
29
  );
30
  return $args;
31
  }
@@ -49,10 +51,10 @@ class QLWAPP_Button extends QLWAPP_Model {
49
  if ( isset( $settings['phone'] ) ) {
50
  $settings['phone'] = qlwapp_format_phone( $settings['phone'] );
51
  }
52
- if (isset($settings['group'])) {
53
- $settings['group'] = sanitize_url($settings['group']);
54
  }
55
-
56
  return $settings;
57
  }
58
 
9
 
10
  function get_args() {
11
  $args = array(
12
+ 'layout' => 'button',
13
+ 'box' => 'no',
14
+ 'position' => 'bottom-right',
15
+ 'text' => esc_html__( 'How can I help you?', 'wp-whatsapp-chat' ),
16
+ 'message' => sprintf( esc_html__( 'Hello! I\'m testing the %1$s plugin %2$s', 'wp-whatsapp-chat' ), QLWAPP_PLUGIN_NAME, QLWAPP_LANDING_URL ),
17
+ 'icon' => 'qlwapp-whatsapp-icon',
18
+ 'type' => 'phone', // here we define the type of button, can be 'phone' or 'group'
19
+ 'phone' => QLWAPP_PHONE_NUMBER,
20
+ 'group' => '',
21
+ 'developer' => 'no',
22
+ 'rounded' => 'yes',
23
+ 'timefrom' => '00:00',
24
+ 'timeto' => '00:00',
25
+ 'timedays' => array(),
26
+ 'timezone' => qlwapp_get_current_timezone(),
27
+ 'visibility' => 'readonly',
28
+ 'timeout' => 'readonly', /* TODO: delete */
29
+ 'animation-name' => '',
30
+ 'animation-delay' => '',
31
  );
32
  return $args;
33
  }
51
  if ( isset( $settings['phone'] ) ) {
52
  $settings['phone'] = qlwapp_format_phone( $settings['phone'] );
53
  }
54
+ if ( isset( $settings['group'] ) ) {
55
+ $settings['group'] = sanitize_url( $settings['group'] );
56
  }
57
+
58
  return $settings;
59
  }
60
 
includes/view/backend/pages/button.php CHANGED
@@ -131,13 +131,13 @@
131
  <th scope="row"><?php esc_html_e( 'Available days', 'wp-whatsapp-chat' ); ?></th>
132
  <td class="qlwapp-premium-field">
133
  <select name="timedays[]" multiple style="height:100px;">
134
- <option value="0" <?php echo in_array( '0', $button['timedays'] ) ? 'selected="selected"' : ''; ?>><?php esc_html_e( 'Sunday', 'wp-whatsapp-chat' ); ?></option>
135
- <option value="1" <?php echo in_array( '1', $button['timedays'] ) ? 'selected="selected"' : ''; ?>><?php esc_html_e( 'Monday', 'wp-whatsapp-chat' ); ?></option>
136
- <option value="2" <?php echo in_array( '2', $button['timedays'] ) ? 'selected="selected"' : ''; ?>><?php esc_html_e( 'Tuesday', 'wp-whatsapp-chat' ); ?></option>
137
- <option value="3" <?php echo in_array( '3', $button['timedays'] ) ? 'selected="selected"' : ''; ?>><?php esc_html_e( 'Wednesday', 'wp-whatsapp-chat' ); ?></option>
138
- <option value="4" <?php echo in_array( '4', $button['timedays'] ) ? 'selected="selected"' : ''; ?>><?php esc_html_e( 'Thursday', 'wp-whatsapp-chat' ); ?></option>
139
- <option value="5" <?php echo in_array( '5', $button['timedays'] ) ? 'selected="selected"' : ''; ?>><?php esc_html_e( 'Friday', 'wp-whatsapp-chat' ); ?></option>
140
- <option value="6" <?php echo in_array( '6', $button['timedays'] ) ? 'selected="selected"' : ''; ?>><?php esc_html_e( 'Saturday', 'wp-whatsapp-chat' ); ?></option>
141
  </select>
142
  <p class="description hidden"><small><?php esc_html_e( 'This is a premium feature', 'wp-whatsapp-chat' ); ?></small></p>
143
  </td>
@@ -157,6 +157,29 @@
157
  </p>
158
  </td>
159
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  </tbody>
161
  </table>
162
  <?php wp_nonce_field( 'qlwapp_save_button', 'qlwapp_button_form_nonce' ); ?>
131
  <th scope="row"><?php esc_html_e( 'Available days', 'wp-whatsapp-chat' ); ?></th>
132
  <td class="qlwapp-premium-field">
133
  <select name="timedays[]" multiple style="height:100px;">
134
+ <option value="0" <?php echo selected( true, in_array( '1', $button['timedays'] ) ); ?>><?php esc_html_e( 'Sunday', 'wp-whatsapp-chat' ); ?></option>
135
+ <option value="1" <?php echo selected( true, in_array( '1', $button['timedays'] ) ); ?>><?php esc_html_e( 'Monday', 'wp-whatsapp-chat' ); ?></option>
136
+ <option value="2" <?php echo selected( true, in_array( '2', $button['timedays'] ) ); ?>><?php esc_html_e( 'Tuesday', 'wp-whatsapp-chat' ); ?></option>
137
+ <option value="3" <?php echo selected( true, in_array( '3', $button['timedays'] ) ); ?>><?php esc_html_e( 'Wednesday', 'wp-whatsapp-chat' ); ?></option>
138
+ <option value="4" <?php echo selected( true, in_array( '4', $button['timedays'] ) ); ?>><?php esc_html_e( 'Thursday', 'wp-whatsapp-chat' ); ?></option>
139
+ <option value="5" <?php echo selected( true, in_array( '5', $button['timedays'] ) ); ?>><?php esc_html_e( 'Friday', 'wp-whatsapp-chat' ); ?></option>
140
+ <option value="6" <?php echo selected( true, in_array( '6', $button['timedays'] ) ); ?>><?php esc_html_e( 'Saturday', 'wp-whatsapp-chat' ); ?></option>
141
  </select>
142
  <p class="description hidden"><small><?php esc_html_e( 'This is a premium feature', 'wp-whatsapp-chat' ); ?></small></p>
143
  </td>
157
  </p>
158
  </td>
159
  </tr>
160
+ <tr>
161
+ <th scope="row"><?php esc_html_e( 'Animation', 'wp-whatsapp-chat' ); ?></th>
162
+ <td class="qlwapp-premium-field">
163
+ <select name="animation-name">
164
+ <option value="none" <?php echo selected( $button['animation-name'], 'none' ); ?>><?php esc_html_e( 'None', 'wp-whatsapp-chat' ); ?></option>
165
+ <option value="bounce" <?php echo selected( $button['animation-name'], 'bounce' ); ?>><?php esc_html_e( 'Bounce', 'wp-whatsapp-chat' ); ?></option>
166
+ <option value="flash" <?php echo selected( $button['animation-name'], 'flash' ); ?>><?php esc_html_e( 'Flash', 'wp-whatsapp-chat' ); ?></option>
167
+ <option value="pulse" <?php echo selected( $button['animation-name'], 'pulse' ); ?>><?php esc_html_e( 'Pulse', 'wp-whatsapp-chat' ); ?></option>
168
+ <option value="shakeY " <?php echo selected( $button['animation-name'], 'shakeY' ); ?>><?php esc_html_e( 'Shake Vertical', 'wp-whatsapp-chat' ); ?></option>
169
+ <option value="shakeX " <?php echo selected( $button['animation-name'], 'shakeX' ); ?>><?php esc_html_e( 'Shake Horizontal', 'wp-whatsapp-chat' ); ?></option>
170
+ </select>
171
+ <p class="description hidden"><small><?php esc_html_e( 'This is a premium feature', 'wp-whatsapp-chat' ); ?></small></p>
172
+ </td>
173
+ </th>
174
+ </tr>
175
+ <tr>
176
+ <th scope="row"><?php esc_html_e( 'Animation Delay', 'wp-whatsapp-chat' ); ?></th>
177
+ <td class="qlwapp-premium-field">
178
+ <input type="number" min=0 name="animation-delay" placeholder="<?php echo esc_html( $button['animation-delay'] ); ?>" value="<?php echo esc_html( $button['animation-delay'] ); ?>" />
179
+ <p class="description"><small><?php esc_html_e( 'Eg. Add 1 for 1 second delay.', 'wp-whatsapp-chat' ); ?></small></p>
180
+ <p class="description hidden"><small><?php esc_html_e( 'This is a premium feature', 'wp-whatsapp-chat' ); ?></small></p>
181
+ </td>
182
+ </tr>
183
  </tbody>
184
  </table>
185
  <?php wp_nonce_field( 'qlwapp_save_button', 'qlwapp_button_form_nonce' ); ?>
languages/wp-whatsapp-chat.pot CHANGED
@@ -726,7 +726,7 @@ msgstr ""
726
  #. Description of the plugin/theme
727
  msgid ""
728
  "Social Chat allows your visitors to contact you or your team through "
729
- "WhatsApp chat with a single click."
730
  msgstr ""
731
 
732
  #. Author URI of the plugin/theme
726
  #. Description of the plugin/theme
727
  msgid ""
728
  "Social Chat allows your visitors to contact you or your team through "
729
+ "Social Chat with a single click."
730
  msgstr ""
731
 
732
  #. Author URI of the plugin/theme
readme.txt CHANGED
@@ -1,40 +1,40 @@
1
  === Click To Chat App ===
2
  Contributors: quadlayers
3
  Donate link: https://quadlayers.com/portfolio/whatsapp-chat/
4
- Tags: whatsapp, whatsapp business, click to chat, whatsapp chat, woocommerce whatsapp, whatsapp support, whatsapp group, whatsapp message, whatsapp woocommerce, whatsapp wordpress, whatsapp floating button, whatsapp icon, whats app, wame, wp social chat, join chat, wp whatsapp
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
 
12
- WP WhatsApp Chat allows your users to contact you through "WhatsApp" App WhatsApp Web or "WhatsApp Business" with a single click.
13
 
14
  == Description ==
15
 
16
  [Premium](https://quadlayers.com/portfolio/whatsapp-chat/) | [Demo](https://quadlayers.com/whatsapp-chat/) | [Community](https://www.facebook.com/groups/quadlayers/)
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
 
25
  == Why WhatsApp? ==
26
  WhatsApp is these days, the most popular instant messaging application in the world. Is available in more than 100 countries and supporting more than 50 languages.
27
  This means most of our users <span style="background-color: #f6d5d9;">use</span> WhatsApp as their main contact method, and they probably have been using it for years. Therefore, offering easy access from our website is a good way to convert those visitors into customers.
28
- Generating leads is the key to every business success, and the WhatsApp chat button can help you to increase your overall sales and reach this goal.
29
 
30
  == WhatsApp Button ==
31
- With the WhatsApp chat button, your visitors will be allowed to send a message directly to your phone number. To start configuring it, you have to go to the button tab inside the WhatsApp chat section that you can find in your admin dashboard.
32
  Inside the button tab, you wil be able to switch between two different layouts, and to define if you want to include rounded edges, also the position where you want to show the WhatsApp button, the text to be displayed inside, the WhatsApp phone number and the default user message.
33
 
34
- == WhatsApp Chat Box ==
35
- WhatsApp Chat also allows you to include a box to show some contact information and a personalized message. This box can be activated through the Box tab inside the WhatsApp chat section, and there also you can define the header and footer message, contact name, phone, work, and an avatar.
36
 
37
- == WhatsApp Chat Features ==
38
 
39
  > * WhatsApp button
40
  > * WhatsApp contact box
@@ -71,11 +71,11 @@ Also you can include WooCommerce WhatsApp button in the next actions:
71
  > * After "Additional information"
72
 
73
  == WhatsApp Premium ==
74
- The premium version of the WhatsApp Chat plugin allows you to include multiple team member agents, distinguishing their names and labels inside. The contact box helps to provide direct contacts to the different support areas of your site.
75
  A new option to display a chatbox for each agent is included. This box will be displayed when the user clicks on the WhatsApp contact, and you can define custom message to be shown from each contact. Your users will be able to type the message that will be sent to the WhatsApp contact phone.
76
  Finally, we’ve included an option that allows you to select between more than fourteen icons to be included at WhatsApp button, and allowa full integration with the WordPress live customizer.
77
 
78
- == WhatsApp Chat Premium Features ==
79
 
80
  > * Multiple WhatsApp phone numbers
81
  > * Chatbox interface for each WhatsApp phone number
@@ -90,10 +90,10 @@ Finally, we’ve included an option that allows you to select between more than
90
 
91
  == WhatsApp Button Installation ==
92
  1. Go to the Plugins Menu in WordPress
93
- 2. Search for "WhatsApp Chat WP"
94
  3. Click "Install"
95
  4. Click "Activation"
96
- 5. Go to the WhatsApp Chat options in the dashboard
97
 
98
  == WhatsApp Button Shortcodes ==
99
 
@@ -114,11 +114,11 @@ You can contact us trough this channels
114
 
115
  Yes, this option is available in our premium version
116
 
117
- [WhatsApp Chat Premium](https://quadlayers.com/portfolio/whatsapp-chat/)
118
 
119
- = WhatsApp Chat is GDPR compatible? =
120
 
121
- Yes, WhatsApp Chat WP don't save any personal data and don't use cookies.
122
 
123
  = Will my WhatsApp number be visible to all users? =
124
 
@@ -137,6 +137,12 @@ Don't use: +001-(555)1234567
137
 
138
  == Changelog ==
139
 
 
 
 
 
 
 
140
  = 6.2.3 =
141
  * Fix. Premium compatibility
142
 
@@ -165,13 +171,13 @@ Don't use: +001-(555)1234567
165
  * Fix. WooCommerce WhatsApp
166
 
167
  = 6.1.4 =
168
- * Fix. WhatsApp chat
169
 
170
  = 6.1.3 =
171
  * Fix. WhatsApp phone number
172
 
173
  = 6.1.2 =
174
- * Fix. WhatsApp chat style
175
 
176
  = 6.1.1 =
177
  * Fix. WhatsApp button style
@@ -200,7 +206,7 @@ Don't use: +001-(555)1234567
200
 
201
  = 6.0.3 =
202
  * Fix. WhatsApp contact box close icon
203
- * Fix. WP WhatsApp Chat logo
204
 
205
  = 6.0.2 =
206
  * Fix. WhatsApp contact box header default content
@@ -226,7 +232,7 @@ Don't use: +001-(555)1234567
226
  * New. Admin WhatsApp Icon
227
 
228
  = 5.0.6 =
229
- * New. WhatsApp chat message vars
230
 
231
  = 5.0.5 =
232
  * Fix. WordPress compatibility
@@ -242,7 +248,7 @@ Don't use: +001-(555)1234567
242
  * Fix. WordPress compatibility
243
 
244
  = 5.0.0 =
245
- * Fix. WhatsApp Chat css fixes
246
 
247
  = 4.9.8 =
248
  * Fix. WordPress compatibility
@@ -317,56 +323,56 @@ Don't use: +001-(555)1234567
317
  * Fix. static method
318
 
319
  = 4.1.4 =
320
- * Fix. WhatsApp Chat avatar js fixes
321
 
322
  = 4.1.4 =
323
- * Fix. WhatsApp Chat avatar css fixes
324
 
325
  = 4.1.3 =
326
- * Fix. WhatsApp Chat contacts missing
327
- * Fix. WhatsApp Chat rounded images
328
 
329
  = 4.1.2 =
330
- * Fix. WhatsApp Chat button not open when box is disabled
331
 
332
  = 4.1.1 =
333
  * Fix. undefined variable
334
 
335
  = 4.1.0 =
336
- * Fix. WhatsApp Chat contact remove
337
- * Fix. WhatsApp Chat box disable
338
- * Fix. WhatsApp Chat button rounded disable
339
- * Fix. WhatsApp Chat button discreet link
340
 
341
  = 4.0.0 =
342
 
343
- * New. WhatsApp Chat button bubble layout
344
- * New. WhatsApp Chat button add or remove rounded corners
345
- * New. WhatsApp Chat button middle position
346
- * New. WhatsApp Chat button icon options
347
- * New. WhatsApp Chat button discreet link
348
- * New. WhatsApp Chat box to display contact
349
- * New. WhatsApp Chat box header message
350
- * New. WhatsApp Chat box footer message
351
- * New. WhatsApp Chat box contact name
352
- * New. WhatsApp Chat box contact phone
353
- * New. WhatsApp Chat box contact label
354
- * New. WhatsApp Chat box contact message
355
- * New. WhatsApp Chat box contact name
356
- * New. WhatsApp Chat show/hide in home search and 404 pages
357
- * New. WhatsApp Chat show/hide in taxonomies
358
- * New. WhatsApp Chat show/hide mobile devices
359
- * New. WhatsApp Chat show/hide desktop devices
360
- * Pro. WhatsApp Chat box multiple agents
361
- * Pro. WhatsApp Chat box chat for each agent
362
- * Pro. WhatsApp Chat color link
363
- * Pro. WhatsApp Chat color message
364
- * Pro. WhatsApp Chat color label
365
- * Pro. WhatsApp Chat color label
366
- * Pro. WhatsApp Chat color link
367
- * Pro. WhatsApp Chat color customizer integration
368
- * Pro. WhatsApp Chat button icons options
369
- * Pro. WhatsApp Chat show/hide in singular post types
370
 
371
  == Upgrade Notice ==
372
 
1
  === Click To Chat App ===
2
  Contributors: quadlayers
3
  Donate link: https://quadlayers.com/portfolio/whatsapp-chat/
4
+ Tags: whatsapp, whatsapp business, click to chat, Social Chat, woocommerce whatsapp, whatsapp support, whatsapp group, whatsapp message, whatsapp woocommerce, whatsapp wordpress, whatsapp floating button, whatsapp icon, whats app, wame, wp social chat, join chat, wp whatsapp
5
  Requires at least: 4.6
6
  Requires PHP: 5.6
7
  Tested up to: 6.1
8
+ Stable tag: 6.2.5
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
12
+ WP Social Chat allows your users to contact you through "WhatsApp" App WhatsApp Web or "WhatsApp Business" with a single click.
13
 
14
  == Description ==
15
 
16
  [Premium](https://quadlayers.com/portfolio/whatsapp-chat/) | [Demo](https://quadlayers.com/whatsapp-chat/) | [Community](https://www.facebook.com/groups/quadlayers/)
17
 
18
+ WP Social 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 Social Chat ==
23
+ This plugin was formerly known as "Social 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
 
25
  == Why WhatsApp? ==
26
  WhatsApp is these days, the most popular instant messaging application in the world. Is available in more than 100 countries and supporting more than 50 languages.
27
  This means most of our users <span style="background-color: #f6d5d9;">use</span> WhatsApp as their main contact method, and they probably have been using it for years. Therefore, offering easy access from our website is a good way to convert those visitors into customers.
28
+ Generating leads is the key to every business success, and the Social Chat button can help you to increase your overall sales and reach this goal.
29
 
30
  == WhatsApp Button ==
31
+ With the Social Chat button, your visitors will be allowed to send a message directly to your phone number. To start configuring it, you have to go to the button tab inside the Social Chat section that you can find in your admin dashboard.
32
  Inside the button tab, you wil be able to switch between two different layouts, and to define if you want to include rounded edges, also the position where you want to show the WhatsApp button, the text to be displayed inside, the WhatsApp phone number and the default user message.
33
 
34
+ == Social Chat Box ==
35
+ Social Chat also allows you to include a box to show some contact information and a personalized message. This box can be activated through the Box tab inside the Social Chat section, and there also you can define the header and footer message, contact name, phone, work, and an avatar.
36
 
37
+ == Social Chat Features ==
38
 
39
  > * WhatsApp button
40
  > * WhatsApp contact box
71
  > * After "Additional information"
72
 
73
  == WhatsApp Premium ==
74
+ The premium version of the Social Chat plugin allows you to include multiple team member agents, distinguishing their names and labels inside. The contact box helps to provide direct contacts to the different support areas of your site.
75
  A new option to display a chatbox for each agent is included. This box will be displayed when the user clicks on the WhatsApp contact, and you can define custom message to be shown from each contact. Your users will be able to type the message that will be sent to the WhatsApp contact phone.
76
  Finally, we’ve included an option that allows you to select between more than fourteen icons to be included at WhatsApp button, and allowa full integration with the WordPress live customizer.
77
 
78
+ == Social Chat Premium Features ==
79
 
80
  > * Multiple WhatsApp phone numbers
81
  > * Chatbox interface for each WhatsApp phone number
90
 
91
  == WhatsApp Button Installation ==
92
  1. Go to the Plugins Menu in WordPress
93
+ 2. Search for "Social Chat WP"
94
  3. Click "Install"
95
  4. Click "Activation"
96
+ 5. Go to the Social Chat options in the dashboard
97
 
98
  == WhatsApp Button Shortcodes ==
99
 
114
 
115
  Yes, this option is available in our premium version
116
 
117
+ [Social Chat Premium](https://quadlayers.com/portfolio/whatsapp-chat/)
118
 
119
+ = Social Chat is GDPR compatible? =
120
 
121
+ Yes, Social Chat WP don't save any personal data and don't use cookies.
122
 
123
  = Will my WhatsApp number be visible to all users? =
124
 
137
 
138
  == Changelog ==
139
 
140
+ = 6.2.5 =
141
+ * Fix. WhatsApp premium compatibility
142
+
143
+ = 6.2.4 =
144
+ * Fix. Renamed to Social Chat
145
+
146
  = 6.2.3 =
147
  * Fix. Premium compatibility
148
 
171
  * Fix. WooCommerce WhatsApp
172
 
173
  = 6.1.4 =
174
+ * Fix. Social Chat
175
 
176
  = 6.1.3 =
177
  * Fix. WhatsApp phone number
178
 
179
  = 6.1.2 =
180
+ * Fix. Social Chat style
181
 
182
  = 6.1.1 =
183
  * Fix. WhatsApp button style
206
 
207
  = 6.0.3 =
208
  * Fix. WhatsApp contact box close icon
209
+ * Fix. WP Social Chat logo
210
 
211
  = 6.0.2 =
212
  * Fix. WhatsApp contact box header default content
232
  * New. Admin WhatsApp Icon
233
 
234
  = 5.0.6 =
235
+ * New. Social Chat message vars
236
 
237
  = 5.0.5 =
238
  * Fix. WordPress compatibility
248
  * Fix. WordPress compatibility
249
 
250
  = 5.0.0 =
251
+ * Fix. Social Chat css fixes
252
 
253
  = 4.9.8 =
254
  * Fix. WordPress compatibility
323
  * Fix. static method
324
 
325
  = 4.1.4 =
326
+ * Fix. Social Chat avatar js fixes
327
 
328
  = 4.1.4 =
329
+ * Fix. Social Chat avatar css fixes
330
 
331
  = 4.1.3 =
332
+ * Fix. Social Chat contacts missing
333
+ * Fix. Social Chat rounded images
334
 
335
  = 4.1.2 =
336
+ * Fix. Social Chat button not open when box is disabled
337
 
338
  = 4.1.1 =
339
  * Fix. undefined variable
340
 
341
  = 4.1.0 =
342
+ * Fix. Social Chat contact remove
343
+ * Fix. Social Chat box disable
344
+ * Fix. Social Chat button rounded disable
345
+ * Fix. Social Chat button discreet link
346
 
347
  = 4.0.0 =
348
 
349
+ * New. Social Chat button bubble layout
350
+ * New. Social Chat button add or remove rounded corners
351
+ * New. Social Chat button middle position
352
+ * New. Social Chat button icon options
353
+ * New. Social Chat button discreet link
354
+ * New. Social Chat box to display contact
355
+ * New. Social Chat box header message
356
+ * New. Social Chat box footer message
357
+ * New. Social Chat box contact name
358
+ * New. Social Chat box contact phone
359
+ * New. Social Chat box contact label
360
+ * New. Social Chat box contact message
361
+ * New. Social Chat box contact name
362
+ * New. Social Chat show/hide in home search and 404 pages
363
+ * New. Social Chat show/hide in taxonomies
364
+ * New. Social Chat show/hide mobile devices
365
+ * New. Social Chat show/hide desktop devices
366
+ * Pro. Social Chat box multiple agents
367
+ * Pro. Social Chat box chat for each agent
368
+ * Pro. Social Chat color link
369
+ * Pro. Social Chat color message
370
+ * Pro. Social Chat color label
371
+ * Pro. Social Chat color label
372
+ * Pro. Social Chat color link
373
+ * Pro. Social Chat color customizer integration
374
+ * Pro. Social Chat button icons options
375
+ * Pro. Social Chat show/hide in singular post types
376
 
377
  == Upgrade Notice ==
378
 
wp-whatsapp-chat.php CHANGED
@@ -2,13 +2,13 @@
2
 
3
  /**
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
11
- * License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
  * Text Domain: wp-whatsapp-chat
13
  * Domain Path: /languages
14
  */
@@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
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__ ) );
@@ -35,7 +35,7 @@ define( 'QLWAPP_GROUP_URL', 'https://www.facebook.com/groups/quadlayers' );
35
  define( 'QLWAPP_PHONE_NUMBER', '12019713894' );
36
 
37
  define( 'QLWAPP_PREMIUM_SELL_SLUG', 'wp-whatsapp-chat-pro' );
38
- define( 'QLWAPP_PREMIUM_SELL_NAME', 'WhatsApp Chat' );
39
  define( 'QLWAPP_PREMIUM_SELL_URL', 'https://quadlayers.com/portfolio/whatsapp-chat/?utm_source=qlwapp_admin' );
40
 
41
  define( 'QLWAPP_CROSS_INSTALL_SLUG', 'insta-gallery' );
2
 
3
  /**
4
  * Plugin Name: Social Chat
5
+ * Description: Social Chat allows your visitors to contact you or your team through Social Chat with a single click.
6
  * Plugin URI: https://quadlayers.com/portfolio/whatsapp-chat/
7
+ * Version: 6.2.5
8
  * Author: QuadLayers
9
  * Author URI: https://quadlayers.com
10
  * License: GPLv3
11
+ * License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
  * Text Domain: wp-whatsapp-chat
13
  * Domain Path: /languages
14
  */
18
  }
19
 
20
  define( 'QLWAPP_PLUGIN_NAME', 'Social Chat' );
21
+ define( 'QLWAPP_PLUGIN_VERSION', '6.2.5' );
22
  define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
23
  define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
24
  define( 'QLWAPP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
35
  define( 'QLWAPP_PHONE_NUMBER', '12019713894' );
36
 
37
  define( 'QLWAPP_PREMIUM_SELL_SLUG', 'wp-whatsapp-chat-pro' );
38
+ define( 'QLWAPP_PREMIUM_SELL_NAME', 'Social Chat PRO' );
39
  define( 'QLWAPP_PREMIUM_SELL_URL', 'https://quadlayers.com/portfolio/whatsapp-chat/?utm_source=qlwapp_admin' );
40
 
41
  define( 'QLWAPP_CROSS_INSTALL_SLUG', 'insta-gallery' );