diff --git a/Documentation/Changelog/Readme.md b/Documentation/Changelog/Readme.md index f11f401f6..32dec4c05 100644 --- a/Documentation/Changelog/Readme.md +++ b/Documentation/Changelog/Readme.md @@ -7,6 +7,7 @@ breaking changes and how to handle them | Version | Release Date | Description | |-----------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 12.4.3 | 2024-10-16 | Bugfix release for EXT:powermail v12; TYPO3 v13 compatibility work starts today :-) | | 12.4.2 | 2024-10-02 | Major bugfix release for EXT:powermail v12 | | 12.4.1 | 2024-09-17 | Security release: Harden access checks to mail records. | | [!!!] 12.4.0 | 2024-08-21 | Security release: Harden access checks to mail records, remove export and rss views completely without any replacement. | diff --git a/ext_emconf.php b/ext_emconf.php index 059810bf6..3cc029717 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' => '12.4.2', + 'version' => '12.4.3', 'state' => 'stable', 'author' => 'Powermail Development Team', 'author_email' => 'service@in2code.de',