v2.1.7
This commit is contained in:
parent
c2ead8e434
commit
77d0cea926
995 changed files with 28142 additions and 8603 deletions
59
readme.txt
59
readme.txt
|
|
@ -1,11 +1,11 @@
|
|||
=== SMTP (by ROBOTSTXT) Amazon SES ===
|
||||
Contributors: javiercasares
|
||||
=== SMTP Amazon SES (by ROBOTSTXT) ===
|
||||
Contributors: robotstxt, javiercasares
|
||||
Tags: amazon-ses, smtp, email, mail
|
||||
Requires at least: 5.7
|
||||
Tested up to: 7.1
|
||||
Stable tag: 2.1.6
|
||||
Stable tag: 2.1.7
|
||||
Requires PHP: 8.2
|
||||
Version: 2.1.6
|
||||
Version: 2.1.7
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ This private add-on connects the ROBOTSTXT SMTP plugin with Amazon Simple Email
|
|||
|
||||
== Description ==
|
||||
|
||||
SMTP (by ROBOTSTXT) Amazon SES extends the core ROBOTSTXT SMTP plugin with a first-class Amazon SES transport. Configure the IAM credentials and region once to deliver transactional email securely and reliably through your AWS account. The extension keeps the familiar SMTP plugin interface while enforcing WordPress security best practices, validating credentials, and handling mail routing transparently.
|
||||
SMTP Amazon SES (by ROBOTSTXT) extends the core ROBOTSTXT SMTP plugin with a first-class Amazon SES transport. Configure the IAM credentials and region once to deliver transactional email securely and reliably through your AWS account. The extension keeps the familiar SMTP plugin interface while enforcing WordPress security best practices, validating credentials, and handling mail routing transparently.
|
||||
|
||||
= Key features =
|
||||
|
||||
|
|
@ -44,6 +44,10 @@ The plugin validates Amazon SES credentials during saving to prevent misconfigur
|
|||
|
||||
Yes. Network administrators can manage credentials centrally or allow individual sites to configure their own Amazon SES connection.
|
||||
|
||||
= How do I get updates for this plugin? =
|
||||
|
||||
Updates are delivered through the **Manager (by ROBOTSTXT)** plugin. The main SMTP (by ROBOTSTXT) plugin shows a notice when it is not installed and active: [Manager (by ROBOTSTXT)](https://www.robotstxt.software/plugins/robotstxt-manager/).
|
||||
|
||||
== Compatibility ==
|
||||
|
||||
* WordPress: 5.7 - 7.1
|
||||
|
|
@ -53,6 +57,29 @@ 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.7 =
|
||||
|
||||
_Release date: 2026-08-17_
|
||||
|
||||
**Changed**
|
||||
|
||||
* Plugin renamed to "SMTP Amazon SES (by ROBOTSTXT)".
|
||||
* Plugin URI now points to https://www.robotstxt.software/plugins/robotstxt-smtp-amazonses/.
|
||||
* Removed the built-in Gitea self-updater; updates are now delivered through the Manager (by ROBOTSTXT) plugin. The required Manager notices are handled by the main SMTP plugin.
|
||||
* Updated bundled AWS SDK for PHP to 3.392.3 (now shipping Guzzle 8).
|
||||
|
||||
**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.8
|
||||
|
||||
= 2.1.6 =
|
||||
|
||||
_Release date: 2026-06-09_
|
||||
|
|
@ -98,29 +125,9 @@ _Release date: 2026-06-09_
|
|||
* PHPCompatibility: 9.3.5
|
||||
* PHPStan: 2.2.2
|
||||
|
||||
= 2.1.4 =
|
||||
|
||||
_Release date: 2026-06-09_
|
||||
|
||||
**Changed**
|
||||
|
||||
* Minimum WordPress version lowered from 6.5 to 5.7, reflecting the actual code minimum verified by static analysis.
|
||||
|
||||
**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.
|
||||
If you want to see the full changelog, visit the [changelog](https://www.robotstxt.software/plugins/robotstxt-smtp-amazonses/) page.
|
||||
|
||||
== Compliance ==
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue