Version Description
- 2022-04-06 =
- Bug Fixes
- WP 5.9 Compatibility Ballon UI issue.
- Uncaught Error: Class PostmanAdminController not found.
Ajax error appearing due to Google API depreciated function.
Improvements
Code Optimization.
MIME version added to test mails to prevent emails from spam.
NEW Filter
postman_test_email_args
added to modify test email arguments.NEW Action
wp_mail_succeeded
added to exectue on every success email delivery.
Download this release
Release Info
Developer | wpexpertsio |
Plugin | Post SMTP Mailer/Email Log |
Version | 2.0.25 |
Comparing to | |
See all releases |
Code changes from version 2.0.25-beta.1 to 2.0.25
- readme.txt +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: wpexpertsio
|
|
4 |
Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.9
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -281,7 +281,7 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
|
|
281 |
|
282 |
== Changelog ==
|
283 |
|
284 |
-
= 2.0.25 =
|
285 |
* **Bug Fixes**
|
286 |
* WP 5.9 Compatibility Ballon UI issue.
|
287 |
* Uncaught Error: Class ‘PostmanAdminController’ not found.
|
4 |
Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.9
|
7 |
+
Stable tag: 2.0.25
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
281 |
|
282 |
== Changelog ==
|
283 |
|
284 |
+
= 2.0.25 - 2022-04-06 =
|
285 |
* **Bug Fixes**
|
286 |
* WP 5.9 Compatibility Ballon UI issue.
|
287 |
* Uncaught Error: Class ‘PostmanAdminController’ not found.
|