Skip to content

Releases: webaware/log-emails

v1.6.0

14 May 05:45

Choose a tag to compare

  • changed: only record the From name as part of the From field when it isn't empty
  • fixed: purge of old logs will run with default 30 days limit if setting has not been saved
  • fixed: log Gravity Forms multipart emails as HTML emails
  • added: Sender, CC, BCC columns in list of email logs
  • added: record Reply-To addresses and show on detailed log
  • requires: WordPress 4.6+

v1.5.0

28 Jul 07:28

Choose a tag to compare

  • 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

v1.4.0

13 Oct 08:32

Choose a tag to compare

  • changed: requires PHP 5.6 minimum (recommend PHP 7.3+)
  • fixed: overwriting $typenow breaks some other plugins (e.g. Event Espresso)

v1.3.1

26 Nov 06:09

Choose a tag to compare

  • fixed: log date shows as "Last modified"

v1.3.0

20 Nov 08:51

Choose a tag to compare

  • fixed: recursive looping when saving a post triggers an email on publish state (e.g. Notification plugin)
  • tested: WordPress 5.0

v1.2.1

26 Nov 01:12

Choose a tag to compare

  • fixed: password obfuscation for the current locale supports non-ascii characters

v1.2.0

21 Nov 04:16

Choose a tag to compare

  • 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

v1.1.0

02 Jul 09:45

Choose a tag to compare

  • 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

v1.0.6

02 Dec 09:15

Choose a tag to compare

v1.0.5

18 Dec 02:13

Choose a tag to compare

  • fixed: undefined property delete_posts on custom post type capabilities in WordPress 4.1