Skip to content

Commit

Permalink
[TASK] Release 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sbusemann committed Dec 11, 2024
1 parent 5001885 commit ed58d05
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Documentation/changlog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Change log

## 5.2.3
* [TASK] Add language support for recaptcha message - thx to Karina1988
* [TASK] Skip catcha check in 'optinConfirm' action - thx to Sybille Peters
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@ plugin.tx_powermail.settings.setup.spamshield.logfileLocation = typo3temp/logs/p
> [EAP page (EN)](https://www.in2code.de/en/agency/typo3-extensions/early-access-program/) for more information how
> to get access to a TYPO3 13 version
## Changelog
## Releases

Detailed [changlog](Documentation/changlog.md) (since version 5.2.3)

| Version | Date | Description |
|---------|------------|-----------------------------------------------------------------------------------------------------|
| 13.0.0 | tbd | TYPO3 v13 compatibility - planned |
| 13.0.0 | 2024-12-11 | TYPO3 v13 compatibility - available via EAP. Public release will be in July 2025 |
| 5.2.3 | 2024-12-11 | Maintenance Release |
| 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 |
Expand All @@ -80,3 +83,7 @@ Environment is included. Set it up via:
* ddev import-db .project/db.sql.gz

Made for TYPO3 12 / powermail 12

## Branches

"Master " branch is used for development. Releases are tagged within the master branch
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"email": "[email protected]",
"role": "Technical owner",
"homepage": "https://www.in2code.de"
},
{
"name": "Andreas Nedbal",
"email": "[email protected]",
"role": "Developer",
"homepage": "https://www.in2code.de"
}
],
"type": "typo3-cms-extension",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'powermailrecaptcha',
'description' => 'Google recaptcha extension for powermail',
'category' => 'plugin',
'version' => '5.2.2',
'version' => '5.2.3',
'state' => 'stable',
'author' => 'Powermail Development Team',
'author_email' => '[email protected]',
Expand Down

0 comments on commit ed58d05

Please sign in to comment.