v2.1.9
This commit is contained in:
parent
476389b914
commit
25dd2146b1
10 changed files with 286 additions and 231 deletions
44
readme.txt
44
readme.txt
|
|
@ -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.8
|
||||
Stable tag: 2.1.9
|
||||
Requires PHP: 8.2
|
||||
Version: 2.1.8
|
||||
Version: 2.1.9
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
|
@ -57,6 +57,26 @@ 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.9 =
|
||||
|
||||
_Release date: 2026-09-01_
|
||||
|
||||
**Fixed**
|
||||
|
||||
* Emails were aborted when a recipient or Reply-To header used the combined "Name <email>" form — for example WooCommerce admin "New order" notifications carrying `Reply-To: Customer Name <customer@email.com>`. The display name and the email address are now split before being passed to PHPMailer, so these emails are delivered instead of failing with "Amazon SES rejected the reply-to address". Applies to To, CC, BCC, and Reply-To headers, including folded (multiline) header values.
|
||||
|
||||
**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.8 =
|
||||
|
||||
_Release date: 2026-08-24_
|
||||
|
|
@ -101,26 +121,6 @@ _Release date: 2026-08-17_
|
|||
* PHPCompatibility: 9.3.5
|
||||
* PHPStan: 2.2.8
|
||||
|
||||
= 2.1.6 =
|
||||
|
||||
_Release date: 2026-06-09_
|
||||
|
||||
**Added**
|
||||
|
||||
* Clear buttons for Access Key ID and Secret Access Key on the settings page. When a credential is stored, a "Clear access key" or "Clear secret key" button appears next to the field, allowing immediate removal of the stored value.
|
||||
|
||||
**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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue