This commit is contained in:
Javier Casares 2026-02-07 10:14:19 +00:00
commit 7952484315
4 changed files with 10 additions and 6 deletions

View file

@ -1,3 +1,7 @@
= 2.0.1 =
* Version bump for maintenance release.
= 2.0.0 =
* Added Reply-To header support for emails sent via Amazon SES.

View file

@ -3,9 +3,9 @@ Contributors: javiercasares
Tags: amazon-ses, smtp, email, mail
Requires at least: 6.5
Tested up to: 6.9
Stable tag: 1.0.0
Stable tag: 2.0.1
Requires PHP: 8.2
Version: 1.0.0
Version: 2.0.1
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

View file

@ -3,7 +3,7 @@
* Plugin Name: SMTP (by ROBOTSTXT) Amazon SES
* Plugin URI: https://git.robotstxt.es/ROBOTSTXT/robotstxt-smtp-amazonses
* Description: Adds Amazon SES configuration support to the ROBOTSTXT SMTP plugin.
* Version: 2.0.0
* Version: 2.0.1
* Requires at least: 6.5
* Requires PHP: 8.2
* Network: true
@ -26,7 +26,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
if ( ! defined( 'ROBOTSTXT_SMTP_AMAZONSES_VERSION' ) ) {
define( 'ROBOTSTXT_SMTP_AMAZONSES_VERSION', '2.0.0' );
define( 'ROBOTSTXT_SMTP_AMAZONSES_VERSION', '2.0.1' );
}
if ( ! defined( 'ROBOTSTXT_SMTP_AMAZONSES_FILE' ) ) {

View file

@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'f4f0389c60e0daec094728a053f7c642d92f50c9',
'reference' => '5ace5c7e2ec77c3fc70e313971b56c0482c34262',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'f4f0389c60e0daec094728a053f7c642d92f50c9',
'reference' => '5ace5c7e2ec77c3fc70e313971b56c0482c34262',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),