Skip to content

Releases: JWardee/wp-mail-catcher

v1.3.4

26 Mar 15:28
Compare
Choose a tag to compare

Update

  • Added search functionality, supports partial and exact matching for: to, subject, message, attachment names and email headers (#35)

v1.3.3

13 Nov 20:49
8cba85d
Compare
Choose a tag to compare

Update

  • Bumped version number

Bug fixes

  • Improved support for multisite (#70) - thanks @pbiron

v1.3.2

27 Aug 20:17
30ea4b1
Compare
Choose a tag to compare

Bug fixes

v1.3.1

06 Aug 18:19
Compare
Choose a tag to compare

Bug fixes

  • 'From' column rendering <> #62
  • Fixed bulk delete option #64

Special thanks

v1.3.0

06 Jul 14:05
7950255
Compare
Choose a tag to compare

New features

  • 'From' column now included in admin table #52
  • Screen options have been added that allow you to pick which columns are visible along with the number of logs per page #54

Bug fixes

  • Fixed an issue adding an attachment in the 'new message' modal #55
  • Fixed custom headers being rendered incorrectly in the 'new message' modal #56
  • Fixed bug whereby tables were not dropped when deleting a multi-site #51

Special thanks

v1.2.4

20 Apr 21:33
a426ba3
Compare
Choose a tag to compare

New features

  • Exact time (including timestamp) mail was sent can now be seen in the debug panel and when you hover over the value in the sent column of the table #47

Bug fixes

  • Fixed error when calling wp_mail and passing an attachment as a string #48
  • Namespaced CSS #44
  • Fixed incorrect time being rendered #41
  • Sorting columns now works #42

Under the hood

  • Removed plugin copy of WP_List_Table which reduces the plugin size significantly #43

Special thanks

v1.2.3

20 Jan 19:45
4c7ccf6
Compare
Choose a tag to compare

New Features

  • When the number of logs exceeds a specific value (currently set to 100) then a warning appears. Upon trying to do an 'export all' a dialog opens to batch the exporting

Bug fixes

  • Fixed an issue with interacting with messages beyond the first page #34
  • Non-html emails now have their spacing rendered correctly #37

v1.2.2

04 Jan 16:50
724eff8
Compare
Choose a tag to compare

New Features

  • Added new filtering system that allows only successful or failed messages to be seen
  • Added 'export all' button

Under the hood

  • Removed carbon dependency, reducing the plugin size significantly from 322kb to 53kb (zipped) #18
  • Added basic caching system so repeated, identical database calls are avoided

v1.2.1

02 Oct 09:21
0db1720
Compare
Choose a tag to compare

Bug fixes

  • Hotfix for html emails not rendering correctly

v1.2.0

20 Aug 20:44
f1bdc47
Compare
Choose a tag to compare

Release notes

  • Added support for foreign characters #16
  • Fixed issue where non-html emails lost their line breaks #17
  • Added link to settings page from the plugins page #15