Releases: JWardee/wp-mail-catcher
Releases · JWardee/wp-mail-catcher
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
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
- Thanks to @pbiron for reporting #51
- Thanks to @tothemoonsands for suggesting #52
v1.2.4
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
- Thanks to @pbiron for reporting #41, #42, #43, #48
- Thanks to @dazjohnson for reporting #44
- Thanks to @gabrieliuga for suggesting #47
v1.2.3
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
v1.2.2
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