This commit is contained in:
Javier Casares 2026-06-09 12:54:03 +00:00
commit e574896277
5 changed files with 20 additions and 13 deletions

View file

@ -1,11 +1,11 @@
=== SMTP (by ROBOTSTXT) Amazon SES ===
Contributors: javiercasares
Tags: amazon-ses, smtp, email, mail
Requires at least: 6.5
Requires at least: 5.7
Tested up to: 7.1
Stable tag: 2.1.3
Stable tag: 2.1.4
Requires PHP: 8.2
Version: 2.1.3
Version: 2.1.4
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@ -46,6 +46,9 @@ Yes. Network administrators can manage credentials centrally or allow individual
== Changelog ==
= 2.1.4 =
* Updated minimum WordPress version to 5.7 (the actual code minimum, verified by static analysis).
= 2.1.3 =
* Fixed nonce handling in manual quota refresh to correctly handle false values returned by filter_input().
* Fixed admin notices display to skip non-array notice entries.