SendinBlue Subscribe Form And WP SMTP - Version 2.9.7

Version Description

  • redirection issue fixed
Download this release

Release Info

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

Code changes from version 2.9.6 to 2.9.7

Files changed (3) hide show
  1. js/mailin-front.js +1 -1
  2. readme.txt +3 -1
  3. sendinblue.php +1 -1
js/mailin-front.js CHANGED
@@ -178,7 +178,7 @@ jQuery(document).ready(function(){
178
  form.find('.sib_msg_disp').html(cdata).show();
179
  }
180
  form[0].reset();
181
- if (data.status === 'success' && data.status === 'update' && data.redirect) {
182
  window.location.href = data.redirect;
183
  }
184
  var previous_code = form.find('.sib-cflags').data('dial-code');
178
  form.find('.sib_msg_disp').html(cdata).show();
179
  }
180
  form[0].reset();
181
+ if (data.redirect && (data.status === 'success' || data.status === 'update')) {
182
  window.location.href = data.redirect;
183
  }
184
  var previous_code = form.find('.sib-cflags').data('dial-code');
readme.txt CHANGED
@@ -111,8 +111,10 @@ In order to create a signup form, you need to:
111
  1. Go to Wp admin > SendinBlue > Settings in order to define your form’s fields and settings
112
  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.
113
 
114
-
115
  == Changelog ==
 
 
 
116
  = 2.9.6 =
117
  * Fr translations fixes
118
  * Small improvements related to Query Monitor, Form Redirection etc.
111
  1. Go to Wp admin > SendinBlue > Settings in order to define your form’s fields and settings
112
  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.
113
 
 
114
  == Changelog ==
115
+ = 2.9.7 =
116
+ * redirection issue fixed
117
+
118
  = 2.9.6 =
119
  * Fr translations fixes
120
  * Small improvements related to Query Monitor, Form Redirection etc.
sendinblue.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: SendinBlue Subscribe Form And WP SMTP
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.6
7
  * Author: SendinBlue
8
  * Author URI: https://www.sendinblue.com/?r=wporg
9
  * License: GPLv2 or later
3
  * Plugin Name: SendinBlue Subscribe Form And WP SMTP
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.7
7
  * Author: SendinBlue
8
  * Author URI: https://www.sendinblue.com/?r=wporg
9
  * License: GPLv2 or later