SendinBlue Subscribe Form And WP SMTP - Version 2.9.15

Version Description

  • Sib_security token issue has been fixed
Download this release

Release Info

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

Code changes from version 2.9.14 to 2.9.15

Files changed (2) hide show
  1. readme.txt +4 -1
  2. sendinblue.php +2 -2
readme.txt CHANGED
@@ -138,8 +138,11 @@ In order to create a signup form, you need to:
138
  2. Integrate the form in a sidebar using a widget from WP panel > Appearance > Widgets. The Sendinblue widget form should appear in your widgets list, you just to have to drag and drop the widget into the sidebar of your choice.
139
 
140
  == Changelog ==
 
 
 
141
  = 2.9.14 =
142
- * Form sumission -1 issue and mailin class conflict issue has been fixed
143
 
144
  = 2.9.13 =
145
  * Added feature that allows to map WP boolean attributes to Sendinblue contacts
138
  2. Integrate the form in a sidebar using a widget from WP panel > Appearance > Widgets. The Sendinblue widget form should appear in your widgets list, you just to have to drag and drop the widget into the sidebar of your choice.
139
 
140
  == Changelog ==
141
+ = 2.9.15 =
142
+ * Sib_security token issue has been fixed
143
+
144
  = 2.9.14 =
145
+ * Form submission -1 issue and mailin class conflict issue has been fixed
146
 
147
  = 2.9.13 =
148
  * Added feature that allows to map WP boolean attributes to Sendinblue contacts
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: Easily send emails from your WordPress blog using Sendinblue SMTP and easily add a subscribe form to your site
6
- * Version: 2.9.14
7
  * Author: Sendinblue
8
  * Author URI: https://www.sendinblue.com/?r=wporg
9
  * License: GPLv2 or later
@@ -527,7 +527,7 @@ if ( ! class_exists( 'SIB_Manager' ) ) {
527
  <input type="hidden" name="sib_form_action" value="subscribe_form_submit">
528
  <input type="hidden" name="sib_form_id" value="<?php echo esc_attr( $frmID ); ?>">
529
  <input type="hidden" name="sib_form_alert_notice" value="<?php echo esc_attr($formData['requiredMsg']); ?>">
530
- <input type="hidden" name="sib_security" value="<?php echo esc_attr( wp_create_nonce( sib_front_ajax_nonce ) ); ?>">
531
  <div class="sib_signup_box_inside_<?php echo esc_attr( $frmID ); ?>">
532
  <div style="/*display:none*/" class="sib_msg_disp">
533
  </div>
3
  * Plugin Name: Newsletter, SMTP, Email marketing and Subscribe forms by Sendinblue
4
  * Plugin URI: https://www.sendinblue.com/?r=wporg
5
  * Description: Easily send emails from your WordPress blog using Sendinblue SMTP and easily add a subscribe form to your site
6
+ * Version: 2.9.15
7
  * Author: Sendinblue
8
  * Author URI: https://www.sendinblue.com/?r=wporg
9
  * License: GPLv2 or later
527
  <input type="hidden" name="sib_form_action" value="subscribe_form_submit">
528
  <input type="hidden" name="sib_form_id" value="<?php echo esc_attr( $frmID ); ?>">
529
  <input type="hidden" name="sib_form_alert_notice" value="<?php echo esc_attr($formData['requiredMsg']); ?>">
530
+ <input type="hidden" name="sib_security" value="<?php echo esc_attr( wp_create_nonce( 'sib_front_ajax_nonce' ) ); ?>">
531
  <div class="sib_signup_box_inside_<?php echo esc_attr( $frmID ); ?>">
532
  <div style="/*display:none*/" class="sib_msg_disp">
533
  </div>