Skip to content

Commit

Permalink
[RELEASE] Set version 4.0.0 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TehTux committed Feb 3, 2021
1 parent 4ca884c commit d13a11d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Documentation/ChangeLog/Index.rst
Expand Up @@ -11,6 +11,17 @@
ChangeLog
=========

4.0.x
-----

4.0.0
^^^^^

* [FEATURE] Make necessary adjustments for TYPO3 v10 (Issue #20)
* [TASK] Extend callback function to prevent token timeout (Issue #21)
* [TASK] Add additional error responses (PR #24)
* [TASK] Fix deprecated TypoScript condition syntax (Issue #17)

3.0.x
-----

Expand Down
11 changes: 11 additions & 0 deletions Documentation/Localization.de_DE/ChangeLog/Index.rst
Expand Up @@ -11,6 +11,17 @@
Änderungshistorie
=================

4.0.x
-----

4.0.0
^^^^^

* [FEATURE] Make necessary adjustments for TYPO3 v10 (Issue #20)
* [TASK] Extend callback function to prevent token timeout (Issue #21)
* [TASK] Add additional error responses (PR #24)
* [TASK] Fix deprecated TypoScript condition syntax (Issue #17)

3.0.x
-----

Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -10,7 +10,8 @@ Use Google reCAPTCHA (v2/v3) in your own TYPO3 extensions, EXT:form, EXT:powerma

## Documentation

* [EN - 3.0.3](https://docs.typo3.org/typo3cms/extensions/jh_captcha/3.0.3/)
* [EN - 4.0](https://docs.typo3.org/p/haffner/jh_captcha/4.0/en-us/)
* [DE - 4.0](https://docs.typo3.org/p/haffner/jh_captcha/4.0/de-de/)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -11,7 +11,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '3.0.3',
'version' => '4.0.0',
'constraints' => array(
'depends' => array(
'typo3' => '9.5.0-10.4.99',
Expand Down

0 comments on commit d13a11d

Please sign in to comment.