SendinBlue Subscribe Form And WP SMTP - Version 3.1.26

Version Description

  • Fixed an issue related to XSS reflected Vulnerability.
Download this release

Release Info

Developer amarsib
Plugin Icon 128x128 SendinBlue Subscribe Form And WP SMTP
Version 3.1.26
Comparing to
See all releases

Code changes from version 3.1.25 to 3.1.26

inc/SendinblueApiClient.php CHANGED
@@ -14,7 +14,7 @@ class SendinblueApiClient
14
  const RESPONSE_CODE_CREATED = 201;
15
  const RESPONSE_CODE_ACCEPTED = 202;
16
  const RESPONSE_CODE_UNAUTHORIZED = 401;
17
- const PLUGIN_VERSION = '3.1.25';
18
  const USER_AGENT = 'sendinblue_plugins/wordpress';
19
 
20
  private $apiKey;
14
  const RESPONSE_CODE_CREATED = 201;
15
  const RESPONSE_CODE_ACCEPTED = 202;
16
  const RESPONSE_CODE_UNAUTHORIZED = 401;
17
+ const PLUGIN_VERSION = '3.1.26';
18
  const USER_AGENT = 'sendinblue_plugins/wordpress';
19
 
20
  private $apiKey;
page/page-form.php CHANGED
@@ -210,7 +210,7 @@ if ( ! class_exists( 'SIB_Page_Form' ) ) {
210
  <?php
211
  if ( isset( $_GET['pid'] ) ) {
212
  ?>
213
- <input type="hidden" name="pid" value="<?php echo sanitize_text_field( $_GET['pid'] ); ?>">
214
  <?php
215
  $lang = isset( $_GET['lang'] ) ? esc_attr( $_GET['lang'] ) : '';
216
  if ( $lang ) { ?>
210
  <?php
211
  if ( isset( $_GET['pid'] ) ) {
212
  ?>
213
+ <input type="hidden" name="pid" value="<?php echo esc_attr( $_GET['pid'] ); ?>">
214
  <?php
215
  $lang = isset( $_GET['lang'] ) ? esc_attr( $_GET['lang'] ) : '';
216
  if ( $lang ) { ?>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: Email Marketing, Newsletter, Sendinblue, Forms, smtp, marketing automation
4
  Requires at least: 4.4
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
- Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -116,6 +116,9 @@ In order to create a signup form, you need to:
116
 
117
  == Changelog ==
118
 
 
 
 
119
  = 3.1.25 =
120
  * Fixed an issue related to XSS reflected Vulnerability.
121
  * Add more default attributes to map with Sendinblue account.
4
  Requires at least: 4.4
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
+ Stable tag: 3.1.26
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
116
 
117
  == Changelog ==
118
 
119
+ = 3.1.26 =
120
+ * Fixed an issue related to XSS reflected Vulnerability.
121
+
122
  = 3.1.25 =
123
  * Fixed an issue related to XSS reflected Vulnerability.
124
  * Add more default attributes to map with Sendinblue account.
sendinblue.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Newsletter, SMTP, Email marketing and Subscribe forms by Sendinblue
4
  * Plugin URI: https://www.sendinblue.com/?r=wporg
5
  * Description: Manage your contact lists, subscription forms and all email and marketing-related topics from your wp panel, within one single plugin
6
- * Version: 3.1.25
7
  * Author: Sendinblue
8
  * Author URI: https://www.sendinblue.com/?r=wporg
9
  * License: GPLv2 or later
3
  * Plugin Name: Newsletter, SMTP, Email marketing and Subscribe forms by Sendinblue
4
  * Plugin URI: https://www.sendinblue.com/?r=wporg
5
  * Description: Manage your contact lists, subscription forms and all email and marketing-related topics from your wp panel, within one single plugin
6
+ * Version: 3.1.26
7
  * Author: Sendinblue
8
  * Author URI: https://www.sendinblue.com/?r=wporg
9
  * License: GPLv2 or later