diff --git a/README.md b/README.md index 1d9ae3a..ccb2d07 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ plugin.tx_powermail.settings.setup.spamshield.logfileLocation = typo3temp/logs/p | Version | Date | Description | |---------|------------|-----------------------------------------------------------------------------------------------------| +| 5.2.2 | 2024-08-25 | Bugfix to add valid actions - thx to speters | 5.2.1 | 2024-03-30 | Support for Powermail 12 | | 5.2.0 | 2023-12-31 | Support for TYPO3 12 | | 5.1.0 | 2023-05-13 | Support for TYPO3 11 / Fix typo in ter-release.yml file | diff --git a/ext_emconf.php b/ext_emconf.php index 64d4131..e9c57c8 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'powermailrecaptcha', 'description' => 'Google recaptcha extension for powermail', 'category' => 'plugin', - 'version' => '5.2.1', + 'version' => '5.2.2', 'state' => 'stable', 'author' => 'Powermail Development Team', 'author_email' => 'alexander.kellner@in2code.de',