diff --git a/readme.md b/readme.md index e4f487a..fce2167 100644 --- a/readme.md +++ b/readme.md @@ -50,6 +50,7 @@ Backup and save your contact form emails (including Contact Form 7) to your data ## Not currently supported * [WP Mail Bank](https://wordpress.org/plugins/wp-mail-bank/) (unhooks wp_mail filters) +* [Post SMTP](https://wordpress.org/plugins/post-smtp/) (overrides wp_mail function and doesn't implement the same actions/filters) ## Hooks and actions * `wp_mail_catcher_mail_success` is triggered when a message is sent and logged successfully. It has a single argument that is an array containing the log diff --git a/readme.txt b/readme.txt index e93a941..a4515e6 100644 --- a/readme.txt +++ b/readme.txt @@ -78,6 +78,7 @@ Anything that doesn't unhook the native wp_mail function is supported, this incl = What plugins are currently not supported = * WP Mail Bank (unhooks wp_mail filters) +* Post SMTP (overrides wp_mail function and doesn't implement the same actions/filters) If you'd like to see support for these plugins or any other plugins please leave a feature request in our [GitHub tracker](https://github.com/JWardee/wp-mail-catcher/issues) @@ -95,7 +96,17 @@ Great! Please leave a note in our (GitHub tracker) = 2.0.0 = -- Deprecation: Increased minimal PHP version to 7.2 +- Deprecation: Increased supported PHP version from 5.6 to 7.2 +- New: Added partial lazy loading to reduce database strain +- New: Can now manually trigger removing of old logs +- New: Added support for wp_mail_content_type filter +- New: Implemented database upgrade system +- Fix: Old logs not being automatically deleted +- Fix: Pagination now works on search results or other filters +- Fix: BuddyPress error exception +- Fix: Re-implemented resending HTML emails +- Fix: PHP notice appearing on settings page under certain circumstances +- Fix: Scrolling not working correctly on mobile and tablets = 1.5.4 =