From 8c5b9d9097d76364b2f7bb322699d4d08da26c7b Mon Sep 17 00:00:00 2001 From: Jan Haffner Date: Thu, 15 Nov 2018 15:39:25 +0100 Subject: [PATCH] [RELEASE] Set version to 3.0.1 + Update changelog --- Documentation/ChangeLog/Index.rst | 30 +++++++++++++++---- .../Localization.de_DE/ChangeLog/Index.rst | 30 +++++++++++++++---- Documentation/Localization.de_DE/Settings.cfg | 4 +-- Documentation/Settings.cfg | 4 +-- README.md | 4 +-- ext_emconf.php | 2 +- 6 files changed, 57 insertions(+), 17 deletions(-) diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index 915ebef..309f0b6 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -14,17 +14,37 @@ ChangeLog 3.0.x ----- -* [FEATURE] Add reCAPTCHA v3 support #4 +3.0.1 +^^^^^ + +* [BUGFIX] EXT:form: Fix validator definition in yaml configuration https://github.com/TehTux/jh_captcha/issues/7 +* [TASK] Remove obsolete TYPO3 version check + +3.0.0 +^^^^^ + +* [FEATURE] Add reCAPTCHA v3 support https://github.com/TehTux/jh_captcha/issues/4 * [TASK] Update extension icon -* [FEATURE] Support TYPO3 9 #3 -* [TASK] Support powermail 7 #5 -* [TASK] Support powermail 6 #5 -* [!!!][TASK] Support powermail 5 (Revise partial) #5 +* [FEATURE] Support TYPO3 9 https://github.com/TehTux/jh_captcha/issues/3 +* [TASK] Support powermail 7 https://github.com/TehTux/jh_captcha/issues/5 +* [TASK] Support powermail 6 https://github.com/TehTux/jh_captcha/issues/5 +* [!!!][TASK] Support powermail 5 (Revise partial) https://github.com/TehTux/jh_captcha/issues/5 * [TASK] Drop support for powermail 3.9-4.4 2.1.x ----- +2.1.3 +^^^^^ + +* [BUGFIX] EXT:form: Fix validator definition in yaml configuration https://github.com/TehTux/jh_captcha/issues/7 + +2.1.2 +^^^^^ + +* [DOC] Fix formhandler instruction +* [TASK] Update extension icon + 2.1.1 ^^^^^ diff --git a/Documentation/Localization.de_DE/ChangeLog/Index.rst b/Documentation/Localization.de_DE/ChangeLog/Index.rst index 2991256..a38ec5f 100644 --- a/Documentation/Localization.de_DE/ChangeLog/Index.rst +++ b/Documentation/Localization.de_DE/ChangeLog/Index.rst @@ -14,17 +14,37 @@ 3.0.x ----- -* [FEATURE] Unterstützung für reCAPTCHA v3 #4 +3.0.1 +^^^^^ + +* [BUGFIX] EXT:form: Validator-Definition in yaml-Konfiguration korrigiert https://github.com/TehTux/jh_captcha/issues/7 +* [TASK] Veraltete TYPO3-Versionsprüfung entfernt + +3.0.0 +^^^^^ + +* [FEATURE] Unterstützung für reCAPTCHA v3 https://github.com/TehTux/jh_captcha/issues/4 * [TASK] Erweiterungs-Icon überarbeitet -* [FEATURE] Unterstützung für TYPO3 9 #3 -* [TASK] Unterstützung für powermail 7 #5 -* [TASK] Unterstützung für powermail 6 #5 -* [!!!][TASK] Unterstützung für powermail 5 (Partial überarbeitet) #5 +* [FEATURE] Unterstützung für TYPO3 9 https://github.com/TehTux/jh_captcha/issues/3 +* [TASK] Unterstützung für powermail 7 https://github.com/TehTux/jh_captcha/issues/5 +* [TASK] Unterstützung für powermail 6 https://github.com/TehTux/jh_captcha/issues/5 +* [!!!][TASK] Unterstützung für powermail 5 (Partial überarbeitet) https://github.com/TehTux/jh_captcha/issues/5 * [TASK] Unterstützung für powermail 3.9-4.4 eingestellt 2.1.x ----- +2.1.3 +^^^^^ + +* [BUGFIX] EXT:form: Validator-Definition in yaml-Konfiguration korrigiert https://github.com/TehTux/jh_captcha/issues/7 + +2.1.2 +^^^^^ + +* [DOC] formhandler Anleitung korrigiert +* [TASK] Erweiterungs-Icon aktualisiert + 2.1.1 ^^^^^ diff --git a/Documentation/Localization.de_DE/Settings.cfg b/Documentation/Localization.de_DE/Settings.cfg index f767a22..7a4c4b9 100644 --- a/Documentation/Localization.de_DE/Settings.cfg +++ b/Documentation/Localization.de_DE/Settings.cfg @@ -1,8 +1,8 @@ [general] copyright = 2015-2018 project = Google reCAPTCHA (v2/v3) -release = 3.0.0 -version = 3.0.0 +release = 3.0.1 +version = 3.0.1 [html_theme_options] github_branch = diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index f767a22..7a4c4b9 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] copyright = 2015-2018 project = Google reCAPTCHA (v2/v3) -release = 3.0.0 -version = 3.0.0 +release = 3.0.1 +version = 3.0.1 [html_theme_options] github_branch = diff --git a/README.md b/README.md index 4cb6c15..f3df859 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Use Google reCAPTCHA (v2/v3) in your own TYPO3 extensions, EXT:form, EXT:powerma ## Documentation * [EN - latest](https://docs.typo3.org/typo3cms/extensions/jh_captcha/) -* [EN - 3.0.0](https://docs.typo3.org/typo3cms/extensions/jh_captcha/3.0.0/) +* [EN - 3.0.1](https://docs.typo3.org/typo3cms/extensions/jh_captcha/3.0.1/) * [DE - latest](https://docs.typo3.org/typo3cms/extensions/jh_captcha/de-de/) -* [DE - 3.0.0](https://docs.typo3.org/typo3cms/extensions/jh_captcha/de-de/3.0.0/) +* [DE - 3.0.1](https://docs.typo3.org/typo3cms/extensions/jh_captcha/de-de/3.0.1/) ## Installation diff --git a/ext_emconf.php b/ext_emconf.php index 7068a66..e11559d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '3.0.0', + 'version' => '3.0.1', 'constraints' => array( 'depends' => array( 'typo3' => '8.7.0-9.5.99',