Releases: awesomemotive/WP-Mail-SMTP
Releases · awesomemotive/WP-Mail-SMTP
v3.0.3
v3.0.2
v3.0.1
3.0.1 – 2021-08-05
- Added: Weekly Email Summary - email sending statistics sent to your inbox.
- Added: Debug Events - logging all email sending errors and debug events.
- Added: Quick admin area links.
- Changed: Updated the successful Email Test screen.
- Changed: Updated Action Scheduler library to 3.2.1.
- Fixed: WP core admin spinner for the dashboard widget.
- Fixed: PHP error when objects implementing
__invoke()
method were used as hook callbacks for admin notices.
v2.9.0
2.9.0 – 2021-06-24
- Added: Action Scheduler table to the Tools page.
- Added: Dashboard Widget with total emails sent counter.
- Changed: Notifications design.
- Changed: Sodium Compat library loading improved.
- Fixed: Plugin conflict with plugins that populate $_POST data (Ultimate Addons for Elementor, WishList Member, …).
- Fixed: Sendinblue WooCommerce Email Marketing plugin conflict admin notice display.
- Fixed: jQuery deprecated notices.
- Fixed: Action Scheduler library loading issue.
- Fixed: Canceled Setup Wizard’s OAuth authorization redirecting to the Setup Wizard when connecting via regular plugin settings.
- Fixed: Meta DB table not existing error notices on a WP Multisite subsite.
v2.8.0
2.8.0 - 2021-05-06
- Added: WP Site Health status check for the sending domain.
- Added: WP Mail SMTP WordPress admin menu position filter hook.
- Changed: Moved the Email Test tab to the new WP Mail SMTP > Tools page.
- Changed: Updated the list of conflicting plugins.
- Fixed: Removed the empty admin dashboard menu item for the Setup Wizard.
- Fixed: The Setup Wizard conflicting issue with Admin 2020 plugin.
- Fixed: The plugin settings pages not opening when WishList Member plugin was active.
v2.7.0
2.7.0 - 2021-03-25
- IMPORTANT: Support for PHP 5.5 has been discontinued. If you are running one of those versions, you MUST upgrade PHP before installing or upgrading to WP Mail SMTP v2.7. Failure to do that will disable WP Mail SMTP functionality.
- Changed: Updated About us plugin page.
- Changed: Improved Domain Check Results section in Email Test tab.
- Changed: Allow the use of different Gmail aliases as From Email address by disabling the Force From Email setting.
- Changed: The Setup Wizard can now be launched via a button in the plugin settings. The Setup Wizard admin dashboard menu item was removed.
- Fixed: WP Multisite subsite admins couldn't remove oAuth connections (in the Gmail mailer).
v2.6.0
v2.5.1
v2.5.0
2.5.0 - 2020-10-22
- Added: Other SMTP mailer password encryption/decryption.
- Changed: Gmail mailer suggested steps for
invalid_grant
error on the Settings > Email Test page. - Changed: Gmail mailer redirect URI was changed to fix issues with
mod_security
or redirect blocking plugins/solutions. - Fixed: Plugin options re-saving with unescaped magic quote characters.
- Fixed: SMTP.com mailer email delivery for certain SMTP servers if attachment's encoded string is too long.
v2.4.0
[2.4.0] - 2020-09-17
- Added: Prefix all 3rd-party libraries to avoid compatibility issues with other plugins using different versions of the same libraries.
- Changed: Sendinblue SDK library version to 6.4.
- Changed: Google apiclient library version to 2.7.
- Changed: Improve plugin settings input and toggle focus states.
- Fixed: Hide admin bar menu when errors are present and the "Hide Email Delivery Errors" setting is enabled.
- Fixed: CSS sourcemaps warning messages in browser dev tools.
- Fixed: Action Scheduler tasks being registered too early and not getting assigned to the plugin group.
- Fixed: Admin bar CSS asset loading when the admin bar is not showing.
- Fixed: Fatal error on plugin uninstall if
ActionScheduler_QueueRunner::unhook_dispatch_async_request
method does not exist. - Fixed: PHP Deprecated notice for
base_convert()
function usage in the Mailgun mailer.