-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|