Skip to content

Commit 2c555a7

Browse files
committed
Release 2.1.2
1 parent 1d4a296 commit 2c555a7

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ All the email connect drivers are at: `app/Services/Mailer/Providers`
6161
- Clone this project
6262
- open the project in terminal
6363
- run `npm install`
64-
- then `npx run watch` for development
65-
- `npx run --production` to build the project
64+
- then `npx mix watch` for development
65+
- `npx mix --production` to build the project
6666

6767
All the VueJS source are at: `resources/admin` folder
6868

boot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!defined('WPINC') && die;
44

55
define('FLUENTMAIL', 'fluentmail');
6-
define('FLUENTMAIL_PLUGIN_VERSION', '2.1.1');
6+
define('FLUENTMAIL_PLUGIN_VERSION', '2.1.2');
77
define('FLUENTMAIL_UPLOAD_DIR', '/fluentmail');
88
define('FLUENT_MAIL_DB_PREFIX', 'fsmpt_');
99
define('FLUENTMAIL_PLUGIN_URL', plugin_dir_url(__FILE__));

fluent-smtp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: FluentSMTP
44
Plugin URI: https://fluentsmtp.com
55
Description: The Ultimate SMTP Connection Plugin for WordPress.
6-
Version: 2.1.1
6+
Version: 2.1.2
77
Author: FluentSMTP & WPManageNinja Team
88
Author URI: https://fluentsmtp.com
99
License: GPL2

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: techjewel, wpmanageninja, heera, adreastrian
33
Tags: smtp, amazon ses, fluent smtp, wordpress smtp, sendgrid smtp, mailgun smtp, mail, mailer, phpmailer, wp_mail, email, sendinblue, wp smtp
44
Requires at least: 5.5
5-
Tested up to: 5.9
6-
Stable tag: 2.1.1
5+
Tested up to: 6.0
6+
Stable tag: 2.1.2
77
Requires PHP: 5.6
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -274,6 +274,10 @@ Please <a href="https://wpmanageninja.com/support-tickets/">submit an issue in o
274274

275275
== Changelog ==
276276

277+
= 2.1.2 (Date: July 05, 2022) =
278+
* Google/Gmail API Upgrade
279+
* UI Improvements
280+
277281
= 2.1.1 (Date: March 12, 2022) =
278282
* Improved Email Logging Screen
279283
* Improved UI and Settings

0 commit comments

Comments
 (0)