v2.1.6
This commit is contained in:
parent
6269b77f13
commit
c2ead8e434
13 changed files with 800 additions and 251 deletions
46
readme.txt
46
readme.txt
|
|
@ -3,9 +3,9 @@ Contributors: javiercasares
|
|||
Tags: amazon-ses, smtp, email, mail
|
||||
Requires at least: 5.7
|
||||
Tested up to: 7.1
|
||||
Stable tag: 2.1.5
|
||||
Stable tag: 2.1.6
|
||||
Requires PHP: 8.2
|
||||
Version: 2.1.5
|
||||
Version: 2.1.6
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
|
@ -53,6 +53,26 @@ Yes. Network administrators can manage credentials centrally or allow individual
|
|||
|
||||
Only the 3 last versions. The full changelog will be at changelog.txt
|
||||
|
||||
= 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
|
||||
|
||||
= 2.1.5 =
|
||||
|
||||
_Release date: 2026-06-09_
|
||||
|
|
@ -98,28 +118,6 @@ _Release date: 2026-06-09_
|
|||
* PHPCompatibility: 9.3.5
|
||||
* PHPStan: 2.2.2
|
||||
|
||||
= 2.1.3 =
|
||||
|
||||
_Release date: 2026-06-09_
|
||||
|
||||
**Fixed**
|
||||
|
||||
* Nonce handling in manual quota refresh now correctly handles `false` values from `filter_input()`.
|
||||
* Admin notices display now skips non-array notice entries.
|
||||
* Input normalization for recipients, attachments, and headers now properly skips non-string values.
|
||||
|
||||
**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.txt](https://git.robotstxt.es/ROBOTSTXT/robotstxt-smtp-amazonses/raw/branch/main/changelog.txt) file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue