This commit is contained in:
Javier Casares 2026-08-24 13:41:08 +00:00
commit 476389b914
93 changed files with 1864 additions and 305 deletions

View file

@ -3,9 +3,9 @@ Contributors: robotstxt, javiercasares
Tags: amazon-ses, smtp, email, mail
Requires at least: 5.7
Tested up to: 7.1
Stable tag: 2.1.7
Stable tag: 2.1.8
Requires PHP: 8.2
Version: 2.1.7
Version: 2.1.8
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@ -57,6 +57,27 @@ Updates are delivered through the **Manager (by ROBOTSTXT)** plugin. The main SM
Only the 3 last versions. The full changelog will be at changelog.txt
= 2.1.8 =
_Release date: 2026-08-24_
**Changed**
* Added the `Update URI` header pointing to https://www.robotstxt.software/plugins/robotstxt-smtp-amazonses/ so WordPress never offers conflicting updates from other channels (takes effect on WordPress 5.8+); updates continue to be delivered exclusively through the Manager (by ROBOTSTXT) plugin.
* Updated bundled AWS SDK for PHP to 3.393.4 (now shipping Guzzle 8.1.0).
**Compatibility**
* WordPress: 5.7 - 7.1
* PHP: 8.2 - 8.5
**Tests**
* PHP_CodeSniffer: 3.13.6
* WordPress Coding Standards: 3.4.1
* PHPCompatibility: 9.3.5
* PHPStan: 2.2.9
= 2.1.7 =
_Release date: 2026-08-17_
@ -100,31 +121,6 @@ _Release date: 2026-06-09_
* PHPCompatibility: 9.3.5
* PHPStan: 2.2.2
= 2.1.5 =
_Release date: 2026-06-09_
**Added**
* Runtime check at initialization: if the parent SMTP (by ROBOTSTXT) plugin is missing or inactive, the plugin skips initialization and displays an admin notice instead of producing a fatal error.
**Fixed**
* Credentials never saving on first entry: credential validation now only blocks saving for definitive authentication failures. All other AWS errors allow saving.
* Reply-to email field cannot be cleared: submitting an empty value now explicitly removes the stored address.
**Compatibility**
* WordPress: 5.7 - 7.1
* PHP: 8.2 - 8.5
**Tests**
* PHP_CodeSniffer: 3.13.5
* WordPress Coding Standards: 3.3.0
* PHPCompatibility: 9.3.5
* PHPStan: 2.2.2
= Previous versions =
If you want to see the full changelog, visit the [changelog](https://www.robotstxt.software/plugins/robotstxt-smtp-amazonses/) page.