From 567b02b7abc5b5b666afbc3e0a77c6aa3a854d9b Mon Sep 17 00:00:00 2001 From: Marcus Schwemer Date: Tue, 26 Mar 2024 08:46:23 +0100 Subject: [PATCH] [RELEASE] Release 10.8.0 * update `ext_emconf.php` * update Changelog --- Documentation/Changelog/Readme.md | 12 ++++++++++++ ext_emconf.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog/Readme.md b/Documentation/Changelog/Readme.md index a56ec6015..434883f21 100644 --- a/Documentation/Changelog/Readme.md +++ b/Documentation/Changelog/Readme.md @@ -7,6 +7,18 @@ breaking changes and how to handle them | Version | Release Date | Description | |--------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 10.8.0 | 2023-03-26 | Compatibility Release for EXT:powermail_cleane (TYPO3 V11) | +| 12.3.0 | 2024-03-20 | php 8.3 compatibility, Bugfix. Please see commit history for changes. | +| 12.2.1 | 2024-03-06 | Bugfix release Please see commit history for changes. | +| 12.2.0 | 2024-02-28 | Bugfix and feature release Please see commit history for changes. | +| 12.1.1 | 2024-02-08 | Bugfix release Please see commit history for changes. | +| 12.1.0 | 2024-02-02 | Bugfixes and features. Please see commit history for changes. | +| 12.0.3 | 2023-12-27 | Public release of Powermail for TYPO3 V12 | +| 12.0.2 | 2023-12-14 | Bugfix release for Powermail V12 / TYPO3 12. Please see commit history for changes. | +| 12.0.1 | 2023-12-13 | Bugfix release for Powermail V12 / TYPO3 12. Please see commit history for changes. | +| 12.0.0 (!!!) | 2023-10-06 | Bugfix / feature release for Powermail V12 / TYPO3 12. Please see commit history for changes. | +| 11.2.0 | 2023-09-29 | Bugfix / feature release for Powermail V11 / TYPO3 12. Please see commit history for changes. | +| 11.1.0 | 2023-09-18 | Bugfix / feature release for Powermail V11 / TYPO3 12. Please see commit history for changes. | | 11.0.1 | 2023-08-18 | Bugfix release for Powermail V11 / TYPO3 12. Please see commit history for changes. | | 11.0.0 | 2023-06-01 | Support for TYPO3 12 | | 10.7.4 | 2023-11-03 | Bugfix release for Powermail V10 / TYPO3 11. Please see commit history for changes. | diff --git a/ext_emconf.php b/ext_emconf.php index 8786a5b7a..c059a3a0b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,7 +6,7 @@ and easy to use mailform extension with a lots of features (spam prevention, marketing information, optin, ajax submit, diagram analysis, etc...)', 'category' => 'plugin', - 'version' => '10.7.4', + 'version' => '10.8.0', 'state' => 'stable', 'author' => 'Powermail Development Team', 'author_email' => 'service@in2code.de',