FluentSMTP – WP Mail SMTP, Amazon SES, SendGrid, MailGun and Any SMTP Connector Plugin - Version 1.1.1

Version Description

(Date: April 26, 2021) = * Database Warnning Issue Fixed

Download this release

Release Info

Developer techjewel
Plugin Icon FluentSMTP – WP Mail SMTP, Amazon SES, SendGrid, MailGun and Any SMTP Connector Plugin
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.1

Files changed (4) hide show
  1. app/Models/Model.php +1 -1
  2. boot.php +1 -1
  3. fluent-smtp.php +1 -1
  4. readme.txt +4 -1
app/Models/Model.php CHANGED
@@ -33,7 +33,7 @@ class Model
33
 
34
  if (! $wpFluent) {
35
 
36
- require_once(FLUENTMAIL_PLUGIN_PATH .' app/Services/wpfluent/autoload.php');
37
  global $wpdb;
38
  $connection = new \WpFluent\Connection($wpdb, ['prefix' => $wpdb->prefix]);
39
 
33
 
34
  if (! $wpFluent) {
35
 
36
+ require_once(FLUENTMAIL_PLUGIN_PATH .'app/Services/wpfluent/autoload.php');
37
  global $wpdb;
38
  $connection = new \WpFluent\Connection($wpdb, ['prefix' => $wpdb->prefix]);
39
 
boot.php CHANGED
@@ -3,7 +3,7 @@
3
  !defined('WPINC') && die;
4
 
5
  define('FLUENTMAIL', 'fluentmail');
6
- define('FLUENTMAIL_PLUGIN_VERSION', '1.1.0');
7
  define('FLUENTMAIL_UPLOAD_DIR', '/fluentmail');
8
  define('FLUENT_MAIL_DB_PREFIX', 'fsmpt_');
9
  define('FLUENTMAIL_PLUGIN_URL', plugin_dir_url(__FILE__));
3
  !defined('WPINC') && die;
4
 
5
  define('FLUENTMAIL', 'fluentmail');
6
+ define('FLUENTMAIL_PLUGIN_VERSION', '1.1.1');
7
  define('FLUENTMAIL_UPLOAD_DIR', '/fluentmail');
8
  define('FLUENT_MAIL_DB_PREFIX', 'fsmpt_');
9
  define('FLUENTMAIL_PLUGIN_URL', plugin_dir_url(__FILE__));
fluent-smtp.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: FluentSMTP
4
  Plugin URI: https://fluentsmtp.com
5
  Description: The Ultimate SMTP Connection Plugin for WordPress.
6
- Version: 1.1.0
7
  Author: FluentSMTP & WPManageNinja Team
8
  Author URI: https://fluentsmtp.com
9
  License: GPL2
3
  Plugin Name: FluentSMTP
4
  Plugin URI: https://fluentsmtp.com
5
  Description: The Ultimate SMTP Connection Plugin for WordPress.
6
+ Version: 1.1.1
7
  Author: FluentSMTP & WPManageNinja Team
8
  Author URI: https://fluentsmtp.com
9
  License: GPL2
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: techjewel, wpmanageninja, heera, adreastrian
3
  Tags: smtp, amazon ses, fluent smtp, wordpress smtp, sendgrid smtp, mailgun smtp, mail, mailer, phpmailer, wp_mail, email, sendinblue, wp smtp
4
  Requires at least: 5.5
5
  Tested up to: 5.7.1
6
- Stable tag: 1.1.0
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -216,6 +216,9 @@ Please <a href="https://wpmanageninja.com/support-tickets/">submit an issue in o
216
 
217
  == Changelog ==
218
 
 
 
 
219
  = 1.1.0 (Date: April 25, 2021) =
220
  * Fix Error Handling Issues
221
  * DataBase Query Optimizations
3
  Tags: smtp, amazon ses, fluent smtp, wordpress smtp, sendgrid smtp, mailgun smtp, mail, mailer, phpmailer, wp_mail, email, sendinblue, wp smtp
4
  Requires at least: 5.5
5
  Tested up to: 5.7.1
6
+ Stable tag: 1.1.1
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
216
 
217
  == Changelog ==
218
 
219
+ = 1.1.1 (Date: April 26, 2021) =
220
+ * Database Warnning Issue Fixed
221
+
222
  = 1.1.0 (Date: April 25, 2021) =
223
  * Fix Error Handling Issues
224
  * DataBase Query Optimizations