- changed: requires PHP 7.4 minimum (recommend PHP 8.2+)
- fixed: viewing an email log triggered warnings in PHP 8.1+
- added: Settings, Logs links to Plugins page listing
- changed: requires PHP 5.6 minimum (recommend PHP 7.3+)
- fixed: overwriting
$typenow
breaks some other plugins (e.g. Event Espresso)
- fixed: log date shows as "Last modified"
- fixed: recursive looping when saving a post triggers an email on publish state (e.g. Notification plugin)
- tested: WordPress 5.0
- fixed: password obfuscation for the current locale supports non-ascii characters
- fixed: capture BuddyPress email recipients
- fixed: remove Mine filter on list of email logs
- fixed: stop some post admin plugins messing with the list of email logs
- added: search also looks in From, To, CC, BCC email addresses
- added: sort by subject, recipients
- changed: password obfuscation also for the current locale
- changed: menu item names are now Log Emails, the same as the plugin name
- SECURITY FIX: any logged-in user could see any email log or other post by guessing a post ID (thanks for responsible disclosure, Plugin Vulnerabilities)
- fixed: second row of action links for each log in list
- fixed: move Date column back to end of row in list
- changed: don't sanitize email log body / alt-body when saving, to preserve more of actual email for log view (credit: Hrohh)
- changed: restrict log view CSS so that it doesn't affect email content display (credit: Hrohh)
- changed: improved accessibility in the log view page
- added: warn when an email is missing sender, recipients, subject, or body
- added: French translation (thanks, Hugo Catellier!)
- fixed: undefined property
delete_posts
on custom post type capabilities in WordPress 4.1
- fixed: default sort order is by ID descending, to avoid ordering errors when logs occur in the same second
- added: Czech translation (thanks, Rudolf Klusal!)
- fixed: PHP warning on static call to non-static methods in class LogEmailsCache_WpSuperCache
- fixed: fix WordPress 4.0 box shadow on return-to-list :focus
- fixed: bulk action checkboxes not appearing on stand-alone WordPress sites
- fixed: menu link not appearing on stand-alone WordPress sites
- added: uninstall handler to remove logs when plugin is uninstalled
- initial public release