Releases: soup-bowl/wp-simple-smtp
Version 1.2
Version 1.1.2
Confirmed working with WordPress 5.8.
Version 1.1.1
- Verified working with WordPress 5.7.
- Fix: Crash when sending emails with the email system disabled (#35).
Version 1.1
Minor update to include some new features and bug fixes.
Changes
- New: You can now disable emails (#9).
- New: Attachments are now logged, and will be resent if they are still available on the system (#14).
- New: Key change detection when SMTP password encryption is used, to warn user the email dispatch may fail (#28).
- Change: Custom HTML removed in favour of translatable HTML test email. Thanks to Kebbet for implementation (#26).
- Fix: JavaScript error when viewing emails (#24).
Version 1.0.2
More translation fixes provided by @kebbet to display correct translations for the quick config selection tool, and kindly provided a pagination bugfix.
Changes
Version 1.0.1
Merges @kebbet PR to fix translations that were bugged out due to a WP slug and textdomain mismatch.
Version 1.0 🎉
Nothing's changed since it's been pretty much stable all alpha (#15), but now marks it as stable.
Changes
- Bumped version to 1.0.0. Application will follow Semantic Versioning ongoing. (#15).
Version 0.3.6
Minor improvements release, including:
Version 0.3.5
- When openssl is available, the password stored in the database will be encrypted.
- Added a quick configuration option, to guide SMTP setup (less Googling).
This release has been tested and confirmed working with WordPress 5.6.
Version 0.3.4
- Confirmed working with WordPress 5.5.1.
- Added option to disable SSL verification.
- Multiple emails can be used in the test functionality.
Pre-release status has been silently dropped. The implication of pre-release alpha is that this is not ready for production, whereas this has been in-use for quite some time. This is still early days however, so the 0. release number will stay for now.