This commit is contained in:
Javier Casares 2025-11-26 08:24:18 +00:00
commit c98dcb7b50
9 changed files with 5952 additions and 0 deletions

19
changelog.txt Normal file
View file

@ -0,0 +1,19 @@
= 1.2.0 =
* Logged failed email deliveries with status and error details in the log list and detail views.
* Captured the SMTP debug conversation for each email and surfaced it inside the log detail view.
* Fixed fatal errors in the SMTP bootstrap by restoring configuration and log cleanup hooks.
= 1.1.0 =
* Added Amazon SES credential fields, regional selection, and live validation helpers that appear when the Amazon SES add-on is active.
* Introduced the `robotstxt_smtp_sanitized_options` filter so add-ons can adjust sanitized settings before they are stored.
* Routed SMTP test messages and regular WordPress emails through Amazon SES whenever the add-on supplies valid credentials.
= 1.0.0 =
* Contextual help guidance in every SMTP configuration field.
* Automatic port updates when selecting an encryption method with standard values.
* Advanced tools: MX analysis, SPF/DKIM/DMARC validation, extended SMTP diagnostics, and blacklist monitoring.
* Enhanced logging with automatic cleanup by limit or age.
* Updated documentation for the 1.0.0 release with WordPress 6.7 and PHP 8.2 support.