WhatsApp Chat WP - Version 6.0.5

Version Description

  • Fix. Escaping security issues
Download this release

Release Info

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

Code changes from version 6.0.4 to 6.0.5

Files changed (3) hide show
  1. includes/frontend.php +1 -1
  2. readme.txt +4 -1
  3. wp-whatsapp-chat.php +2 -2
includes/frontend.php CHANGED
@@ -48,7 +48,7 @@ if ( ! class_exists( 'QLWAPP_Frontend' ) ) {
48
  unset( $scheme['_scheme_form_nonce'] );
49
  foreach ( $scheme as $key => $value ) {
50
  if ( $value != '' ) {
51
- printf( '--%s-scheme-%s:%s;', QLWAPP_DOMAIN, $key, $value );
52
  }
53
  }
54
  ?>
48
  unset( $scheme['_scheme_form_nonce'] );
49
  foreach ( $scheme as $key => $value ) {
50
  if ( $value != '' ) {
51
+ printf( '--%s-scheme-%s:%s;', QLWAPP_DOMAIN, esc_attr( $key ), esc_attr( $value ) );
52
  }
53
  }
54
  ?>
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: whatsapp, whatsapp business, click to chat, whatsapp chat, whatsapp suppor
6
  Requires at least: 4.6
7
  Requires PHP: 5.6
8
  Tested up to: 6.0.1
9
- Stable tag: 6.0.4
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
 
@@ -133,6 +133,9 @@ Don't use: +001-(555)1234567
133
 
134
  == Changelog ==
135
 
 
 
 
136
  = 6.0.4 =
137
  * Fix. WP WhatsApp premium errors
138
 
6
  Requires at least: 4.6
7
  Requires PHP: 5.6
8
  Tested up to: 6.0.1
9
+ Stable tag: 6.0.5
10
  License: GPLv3
11
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
12
 
133
 
134
  == Changelog ==
135
 
136
+ = 6.0.5 =
137
+ * Fix. Escaping security issues
138
+
139
  = 6.0.4 =
140
  * Fix. WP WhatsApp premium errors
141
 
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.0.4
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.0.4' );
22
  define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
23
  define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
24
  define( 'QLWAPP_PREFIX', 'qlwapp' );
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.0.5
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.0.5' );
22
  define( 'QLWAPP_PLUGIN_FILE', __FILE__ );
23
  define( 'QLWAPP_PLUGIN_DIR', __DIR__ . DIRECTORY_SEPARATOR );
24
  define( 'QLWAPP_PREFIX', 'qlwapp' );