From 795248431561dec69573d7182b84cc69ec6122bd Mon Sep 17 00:00:00 2001 From: Javier Casares Date: Sat, 7 Feb 2026 10:14:19 +0000 Subject: [PATCH] v2.0.1 --- changelog.txt | 4 ++++ readme.txt | 4 ++-- robotstxt-smtp-amazonses.php | 4 ++-- vendor/composer/installed.php | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 2030f85..fffa428 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/readme.txt b/readme.txt index 89e9a90..9ef0fe4 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/robotstxt-smtp-amazonses.php b/robotstxt-smtp-amazonses.php index 566d4cb..b39232c 100644 --- a/robotstxt-smtp-amazonses.php +++ b/robotstxt-smtp-amazonses.php @@ -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' ) ) { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 155f397..1af9a07 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -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(),