Releases: soup-bowl/wp-simple-smtp
Version 1.3.3
Version 1.3.2.2
- Verified working with WordPress 6.1 and 6.2.
- Fix: PHP warning on the CLI interface (#140).
ℹ️ Notice
You may notice there's 3 unexpected new files in the wp-simple-smtp
directory:
DOCKER_ENV
docker_tag
output.log
These files were unfortunately introduced during the deployment pipeline, and have subsequently been packaged into the release file. I've since added these to the exclusion list, so in later deployments they won't be present.
Until next release, you can delete these files without detrimental effect. Next update should remove these anyway.
Version 1.3.2.1 (Hotfix)
- Rollback: #116 fix regressed due to relying on a function not found in the general scope.
Version 1.3.2
- Added: Mail view now displays from, cc, bcc & the headers stored when logging is enabled.
- Fix: Infinite loop when a plugin hooks into the mail routine functions and sends an email (#116).
Version 1.3.1.1
- Verified working with WordPress 6.0.
Note: #109 has not reached main yet, so the deployment hasn't fully succeeded. However this release is purely to update the WordPress state, and is not required for GitHub & manual deployments.
Version 1.3.1
Version 1.3
The minor release version is bumped for capability changes and the log storage goes from indefinite to monthly. A filter is provided to reverse this change, and it does not take effect on new installs, but this will hopefully reduce the contribution to database bloat and data collection that can fall foul of GDPR restrictions (although users switching back to indefinite can benefit from privacy integrations).
- Added: Read logged emails via WP-CLI.
- Added: Status message from testing emails (#81).
- Change: Uninstalling the plugin will remove the lingering logs (#70).
- Change: (For new installs) logs purge automatically after a month (#71).
- Change: Quick config settings now contained within plugin (#78).
- Change: Tightened permissions to the log viewer (#74).
- Fix: Incorrect capability type used by the log viewer. Thanks to Benoît Chantre #74.
Version 1.2.3
- Add: WordPress CLI support. See the FAQ for usage details.
- Change: Password not returned plaintext in settings (#61).
- Fix: Multisite-only config caused an instantiation error (#67).