Releases: JWardee/wp-mail-catcher
Releases · JWardee/wp-mail-catcher
v2.1.0
- New: Added support for viewing encoded non-ASCII characters in the subject line on the log table
- New: Added resend link inside of details modal
- Deprecation: Increased supported PHP version from 7.2 to 7.4
v2.0.5
- Fix: Improved error handling when attempting to save a log without running the migration
- New: Added ability to force rerun database migrations
- Improvement: Database migrations will now happen automatically on plugin upgrade
v2.0.4
- Fix: Resolved memory leak when saving a new log
v2.0.3
- Fix: Auto deleting clearing all logs
v2.0.2
- Improvement: Reduced memory usage when deleting expired logs
- Fix: Emails sent with the to address formatted with angled brackets are now escaped
- Possible fix: Aligned wp_mail handling to be much closer to older version as some people reported issues
v2.0.1
- Fix: Bulk actions (delete, export, resend) now works
v2.0.0
- 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
v1.5.4
- Fix: Auto delete wasn’t always deleting Logs
- Fix: Fixed header syncing issue
v1.5.3
- Fix: Cron job issue preventing logs from being auto deleted
- Fix: v1.5.0 broke compatibility with some other mail plugins
v1.5.2
- Fix: PHP notice that appears if additional_headers column is corrupted