Skip to content

Commit

Permalink
* Updated readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
JWardee committed Jun 12, 2022
1 parent dbb2114 commit 4db4ebe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 12 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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 =

Expand Down

0 comments on commit 4db4ebe

Please sign in to comment.