Skip to content

Releases: JWardee/wp-mail-catcher

v2.1.0

01 Jun 19:24
7901e0e
Compare
Choose a tag to compare
  • 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

23 Jul 16:44
Compare
Choose a tag to compare
  • 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

25 Jun 11:44
57d6fc0
Compare
Choose a tag to compare
  • Fix: Resolved memory leak when saving a new log

v2.0.3

21 Jun 16:20
418b960
Compare
Choose a tag to compare
  • Fix: Auto deleting clearing all logs

v2.0.2

20 Jun 20:59
Compare
Choose a tag to compare
  • 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

13 Jun 20:13
Compare
Choose a tag to compare
  • Fix: Bulk actions (delete, export, resend) now works

v2.0.0

12 Jun 12:59
Compare
Choose a tag to compare
  • 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

17 Sep 23:31
Compare
Choose a tag to compare
  • Fix: Auto delete wasn’t always deleting Logs
  • Fix: Fixed header syncing issue

v1.5.3

25 Jun 14:14
Compare
Choose a tag to compare
  • Fix: Cron job issue preventing logs from being auto deleted
  • Fix: v1.5.0 broke compatibility with some other mail plugins

v1.5.2

23 Jun 09:04
Compare
Choose a tag to compare
  • Fix: PHP notice that appears if additional_headers column is corrupted