Releases: awesomemotive/wp-mail-logging
Releases · awesomemotive/wp-mail-logging
v1.13.1
v1.13.0
1.13.0 - 2024-10-08
- Improved: Allow admins to always have access to WP Mail Logging logs.
- Improved: Use the
wp_mail_content_type
filter to determine the email content type when saving the logs. - Fixed: Issue when emails with subjects that are more than 200 characters long are not logged.
- Fixed: Make "Delete" and "Rename" in Bulk Actions selection translatable strings.
- Fixed: Update Sendinblue string instances to Brevo.
v1.12.0
1.12.0 - 2023-06-21
- Added: Support UTF-8 encoded subjects.
- Added: Search by filter.
- Added: New filter hook for mail data before it’s saved.
- Improved: Hide unrelated notices in admin plugin pages.
- Improved: Use transient to cache certain DB calls.
- Improved: Search logs by message optimization.
- Fixed: Missing security checks in AJAX dismiss notices feature.
- Fixed: MySQL 8 syntax error when
sql-mode = ANSI_QUOTES
. - Fixed: PHP Deprecated: Constant FILTER_SANITIZE_STRING.
- Fixed: Logger breaks if no array passed from wp_mail.
- Fixed: Line breaks on plain text email on “HTML” preview.
- Fixed: Non-admin users can see and access “Settings” and “SMTP” pages.
- Fixed: Escape the subject in logs table and single view.
v1.11.0
1.11.0 - 2023-03-15
- Added: the ability to move the menu position in the top-level for easier access.
- Added: the ability to filter email logs.
- Improved: overall UI/UX.
- Removed: Redux Framework.
- Fixed: resend with HTML type email not working all the time due to headers parsing error.
v1.10.5
v1.10.2
- Updated: Redux framework version to 4.3.4.
- Fixed: "disable_demo" PHP error. Thanks Mike00mike!
- Fixed: changelog date typos. Thanks Spreeuw!
- Removed: the Redux framework Gutenberg Library blocks upon plugin upgrade/reactivation. Thanks Helenel!
v1.9.8 Release
- Updated plugin author.
v1.9.6 Release
- Removed: contextual help tab
v1.9.5 Release
- Added: MailPoet banner;
- Updated: assets;
- Updated: plugin author;
- Improved: menu position is now under wp-admin > tools;
- Fixed: assets files;
- Fixed: typo in readme.
v1.9.1 Release
- Fix: log-view resources loaded on each page (performance issue)
- Fix: attachment icon is not displayed (e.g. if mime-type is unsupported)