This commit is contained in:
Javier Casares 2026-01-29 09:59:19 +00:00
commit 7bcda55ebb
3158 changed files with 140643 additions and 130380 deletions

View file

@ -1,6 +1,14 @@
== Changelog ==
= 1.0.0 =
* Initial release with Amazon SES credential management, region selection, and live validation inside the SMTP plugin settings.
* Routes WordPress and SMTP test emails through Amazon SES whenever credentials are configured and verified.
= 2.0.0 =
* Added Reply-To header support for emails sent via Amazon SES.
* Improved error handling and validation.
* Enhanced compatibility with core SMTP plugin 2.0.0.
* Improved credential handling and encryption.
* Code quality improvements and documentation.
* **BREAKING CHANGE**: Minimum PHP version increased to 8.2 (required by AWS SDK for PHP).
* Updated AWS SDK for PHP to latest version with security updates.
= 1.0.0 =
* Initial release with Amazon SES credential management, region selection, and live validation inside the SMTP plugin settings.
* Routes WordPress and SMTP test emails through Amazon SES whenever credentials are configured and verified.