- Tweak: Explicitly check the action name and only allow actions based on an allow list.
- Fix: Escape the search parameters before rendering them
- Fix: Fix the typo that was introduced in v2.4.6
- Fix: Enhance how order and order by works.
- Tweak: Tested upto WordPress 5.8
- Fix: Don't override WordPress plugin update in base plugin.
- Tweak: Use the jQuery UI that is bundled with WordPress.
- Tweak: Don't load add-on information from a local json file.
- New: Added
el_log_time_display_format
filter to change the email log display time. - New: Provide an option for translators to override the email log display time.
- Tweak: Enhanced the nonce check.
- Fix: Fixed issues with email preview tab switcher that occurred in some installations.
- Tweak: Enhanced the UI for lifetime license activation.
- Fix: Added a missing file that broke v2.4.0 release for some installations.
- New: Capture the error message when an email fails to be delivered.
- New: Show seconds in send time.
- Tweak: Enhance the email preview screen.
- Tweak: Code enhancements for better maintenance.
- Fix: Minor CSS alignment issues in addon list page.
- New: Added the ability to log BuddyPress emails which don't use wp_mail function.
- New: Supports PHP 5.6 to PHP 7.4
- Tweak: Design tweaks for WordPress 5.3
- Fix: Don't throw a warning if wrong data is passed to wp_mail function.
- Fix: Bulk Actions that were performed from the bottom dropdown in the Log List page was not working.
- Fix: Added a missing file that broke v2.3.1 release for some installations.
- New: The 'To' and 'Subject' fields now supports text upto 500 characters.
- New: Store the name of the attachment file if present.
- New: Store ip address of the request that triggered the email.
- New: Setting to enable notification when the number of email logs reach a threshold.
- New: Dashboard Widget - Provide an option to hide Dashboard Widget from all users.
- Tweak: Dashboard Widget - Add a thousand separator for logs count.
- Tweak: Improve the preview of HTML emails.
- Tweak: Enhanced the output of System Info page.
- Fix: Deleting logs in bulk was not working.
- Fix: Added compatibility with wp-ses plugin.
- Fix: Added the ability to deactivate expired license.
- Tweak: Show Dashboard Widget only if the user can view email logs.
- Tweak: Tweaks to how the license is handled.
- Fix: Escaped all the fields while displaying email details in popup.
- Tweak: Improved the way nonce checks are performed.
- Fix: Escaped the email content before showing it in preview.
- Tweak: Improved the UX of the view email content screen.
- New: Dashboard Widget that display summary about email logs.
- Tweak: Performance improvements in add-on license code.
- New: GUI option to choose the user roles that can access email logs.
- New: GUI option to delete email log table when the plugin is uninstalled.
- Tweak: Performance improvements.
- Tweak: Delete all traces of the plugin from DB if the user chooses to destroy data during uninstall.
- Fix: Handle cases where there is a quote in front of email address.
- Fix: Handle cases where array passed to
wp_mail
may not contain all the required fields.
- Fix: Renamed include/util directory to correct case. This caused issues in some install.
- Fix: Fixed a JavaScript issue in view logs page.
- Fix: Fixed a CSS issue in view logs page.
- Fix: Fixed a race condition between plugin and add-ons.
- New: Ability to filter logs by date.
- New: Ability to filter logs by name.
- New: Complete rewrite for better performance.
- Docs: Dropped support for PHP 5.2
- Fix: Only allow users with
manage_option
capability to view email content.
- Fix: Improve the performance of count query (issue #33)
- Docs: Added access modifiers to class methods
- Docs: Removed unused array_get() method
- Docs: Inline documentation added
- Tests: Added Unit tests
- Tweak: Log all emails from the TO field. Earlier the plugin was logging only the first email
- Fix: Fixed issues in parsing reply-to and content-type headers
- Fix: Fixed the "Delete All Logs" issue that was introduced in v1.8
- New: Added filters and actions for addons
- New: Added Resend Email Addon
- Tweak: Optimize for large number of logs
- Tweak: Use charset and collate that is defined in wp-config.php file
- Tweak: Format email content
- Tweak: Remove PHP4 compatible code
- Fix: Sanitize the delete email log url
- Tweak: Remove PHP 4.0 compatibility code
- Tweak: Tweak the install code (issue #26)
- Fix: Include JavaScript only when needed
- Fix: Fix a bug in the save user options function (issue #27)
- Fix: Handle cases where
date_format
ortime_format
are empty (issue #23) - Tweak: Remove excessive comments from include/class-email-log-list-table.php (issue #10)
- Fix: Fixed a compatibility issue with wpmandrill plugin (issue #20)
- Fix: Fix issue in register_activation_hook
- Fix: Fix the issue that was preventing the tables to be created
- Fix: Fix whitespace
- New: Add support for WordPress Multisite (issue #18)
- New: Add ability to delete all logs at once (issue #19)
- Fix: Fix unexpected output while activating the plugin
- Fix: Change
prepare_items
function so that it adheres to strict mode - Fix: Remove
screen_icon
function call which is not used in WordPress 3.8 - New: Compatible with WordPress 3.8
- New: Add a link to view the content of the email in the log screen
- Fix issue in searching non-english characters
- Add addon screenshots
- Fix issue in bulk deleting logs
- Add the ability to override the fields displayed in the log page
- Add support for "More Fields" addon
- Correct the upgrade file include path. Issue #7
- Fix undfined notice error. Issue #8
- Update screenshots. Issue #6
- Rewrote Admin interface using native tables
- Added more documentation
- Added support for buying pro addons
- Moved table name into a separate constants file
- Added support for filters which can be used while logging emails
- Moved the menu under tools (Thanks samuelaguilera)
- Use blog date/time for send date instead of server time
- Handle cases where the headers send is an array
- Reworded most error messages and fixed lot of typos
- Fixed undefined notices - http://wordpress.org/support/topic/plugin-email-log-notices-undefined-indices
- Added Dutch translations
- Changed Timestamp(n) MySQL datatype to Timestamp (now compatible with MySQL 5.5+)
- Added the ability to bulk delete checkboxes
- Added option to delete individual email logs
- Moved pages per screen option to Screen options panel
- Added information to the screen help tab
- Added Lithuanian translations
- Fixed a deprecation notice
- Added German translation (Thanks Frank)
- Added compatibility for MySQL 4 (Thanks Frank)
- Added compatibility for MySQL 4
- Initial Release
Tested upto WordPress 5.8
Improved admin performance and reduced network calls.
Starting v2.4.0 the plugin now captures the error message when an email fails to be delivered.
Starting v2.4.0 the plugin now captures the error message when an email fails to be delivered.
The 'To' and 'Subject' fields now supports text upto 500 characters.
Hide Dashboard Widget for users who can't view email logs.
Improved the security of the plugin by escaping all the fields before displaying them.
Improved the way nonce checks are done. No visible changes from functionality perspective.
Improved the UX of the view email content screen.
Added a Dashboard Widget that display summary information about email logs.
GUI option to choose who can access email logs and performance improvements.
Fixed the case of the Util directory. This caused issues in some install.
Fixed a JavaScript issue that was introduced in v2.0.0
Ability to search logs by date. Dropped support to PHP 5.2
- Fixed a minor security issue that allowed unprevilleged users to view content of logged emails
- Fixed issues with pagination.
Added the ability to log all emails in the TO field instead of just the first one
Fixed issue with "Delete All Logs" action that was introduced in v1.8
Added support for resending emails through addon
Fix a bug in the save user options function
Handle cases where date_format
or time_format
are empty
Fix the bug that was introduced in v1.7
Fix the bug that was introduced in v1.7
Ability to view content of the email
Fixed issue in searching for non-english characters
Fix issue in bulk deleting logs
Rewrote Admin interface using native tables
Added support for buying pro addons
Added filters for more customizing