SendinBlue Subscribe Form And WP SMTP - Version 3.1.44

Version Description

  • Updated text message for marketing automation activation for new users.
Download this release

Release Info

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

Code changes from version 3.1.43 to 3.1.44

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.43';
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.44';
18
  const USER_AGENT = 'sendinblue_plugins/wordpress';
19
 
20
  private $apiKey;
lang/mailin-fr_FR.mo CHANGED
Binary file
lang/mailin-fr_FR.po CHANGED
@@ -831,13 +831,9 @@ msgstr "Le script Marketing Automation a été installé avec succès."
831
  msgid "Your Marketing Automation script has been uninstalled"
832
  msgstr "Le script Marketing Automation a été désinstallé"
833
 
834
- #: ../page/page-home.php:323
835
- msgid ""
836
- "To activate Marketing Automation, please go to your Sendinblue's account or "
837
- "contact us at contact@sendinblue.com"
838
- msgstr ""
839
- "Pour activer Marketing Automation, veuillez vous connecter à votre compte "
840
- "Sendinblue ou contactez-nous à contact@sendinblue.com"
841
 
842
  #: ../page/page-home.php:324
843
  msgid ""
@@ -847,6 +843,10 @@ msgstr ""
847
  "Le script Marketing Automation va etre désinstallé. Vous n'aurez plus accès "
848
  "aux données Marketing Automation et aux scénarios."
849
 
 
 
 
 
850
  #: ../page/page-home.php:326
851
  msgid "Activate Marketing Automation through Sendinblue"
852
  msgstr "Activer Marketing Automation via Sendinblue"
831
  msgid "Your Marketing Automation script has been uninstalled"
832
  msgstr "Le script Marketing Automation a été désinstallé"
833
 
834
+ #: ../page/page-home.php:325
835
+ msgid "You have not enabled automation in Sendinblue. Please do so by choosing the Automation application here: "
836
+ msgstr "Vous n'avez pas activé l'automation dans Sendinblue. Veuillez le faire en choisissant l'application Automation ici: "
 
 
 
 
837
 
838
  #: ../page/page-home.php:324
839
  msgid ""
843
  "Le script Marketing Automation va etre désinstallé. Vous n'aurez plus accès "
844
  "aux données Marketing Automation et aux scénarios."
845
 
846
+ #: ../page/page-home.php:325
847
+ msgid "Thanks"
848
+ msgstr "Merci"
849
+
850
  #: ../page/page-home.php:326
851
  msgid "Activate Marketing Automation through Sendinblue"
852
  msgstr "Activer Marketing Automation via Sendinblue"
page/page-home.php CHANGED
@@ -322,7 +322,7 @@ if ( ! class_exists( 'SIB_Page_Home' ) ) {
322
  <div class="card-body">
323
  <div class="sib-ma-alert sib-ma-active alert alert-success" role="alert" style="display: none;"><?php esc_attr_e( 'Your Marketing Automation script is installed correctly.', 'mailin' ); ?></div>
324
  <div class="sib-ma-alert sib-ma-inactive alert alert-danger" role="alert" style="display: none;"><?php esc_attr_e( 'Your Marketing Automation script has been uninstalled', 'mailin' ); ?></div>
325
- <div class="sib-ma-alert sib-ma-disabled alert alert-danger" role="alert" style="display: none;"><?php esc_attr_e( 'To activate Marketing Automation, please go to your Sendinblue\'s account or contact us at contact@sendinblue.com', 'mailin' ); ?></div>
326
  <input type="hidden" id="sib-ma-unistall" value="<?php esc_attr_e( 'Your Marketing Automation script will be uninstalled, you won\'t have access to any Marketing Automation data and workflows', 'mailin' ); ?>">
327
  <div class="row">
328
  <p class="col-md-4 text-left"><?php esc_attr_e( 'Activate Marketing Automation through Sendinblue', 'mailin' ); ?></p>
322
  <div class="card-body">
323
  <div class="sib-ma-alert sib-ma-active alert alert-success" role="alert" style="display: none;"><?php esc_attr_e( 'Your Marketing Automation script is installed correctly.', 'mailin' ); ?></div>
324
  <div class="sib-ma-alert sib-ma-inactive alert alert-danger" role="alert" style="display: none;"><?php esc_attr_e( 'Your Marketing Automation script has been uninstalled', 'mailin' ); ?></div>
325
+ <div class="sib-ma-alert sib-ma-disabled alert alert-danger" role="alert" style="display: none;"><?php esc_attr_e( 'You have not enabled automation in Sendinblue. Please do so by choosing the Automation application here: ', 'mailin' ); ?> <a href="https://app.sendinblue.com/account/apps/" target="_blank">https://app.sendinblue.com/account/apps/</a> <?php esc_attr_e( 'Thanks', 'mailin' ) ?></div>
326
  <input type="hidden" id="sib-ma-unistall" value="<?php esc_attr_e( 'Your Marketing Automation script will be uninstalled, you won\'t have access to any Marketing Automation data and workflows', 'mailin' ); ?>">
327
  <div class="row">
328
  <p class="col-md-4 text-left"><?php esc_attr_e( 'Activate Marketing Automation through Sendinblue', 'mailin' ); ?></p>
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: 6.0
6
  Requires PHP: 5.6
7
- Stable tag: 3.1.43
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.43 =
120
  * Added required javascript file for push notification support.
121
 
4
  Requires at least: 4.4
5
  Tested up to: 6.0
6
  Requires PHP: 5.6
7
+ Stable tag: 3.1.44
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.44 =
120
+ * Updated text message for marketing automation activation for new users.
121
+
122
  = 3.1.43 =
123
  * Added required javascript file for push notification support.
124
 
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.43
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.44
7
  * Author: Sendinblue
8
  * Author URI: https://www.sendinblue.com/?r=wporg
9
  * License: GPLv2 or later