From dbf755913e6d2a6f0e8794f7aa68f593fdac6b54 Mon Sep 17 00:00:00 2001 From: Jan Haffner Date: Tue, 12 May 2020 11:15:04 +0200 Subject: [PATCH] [RELEASE] Set version to 2.1.4 + Update changelog --- Documentation/ChangeLog/Index.rst | 5 +++++ Documentation/Localization.de_DE/ChangeLog/Index.rst | 5 +++++ Documentation/Localization.de_DE/Settings.cfg | 4 ++-- Documentation/Settings.cfg | 4 ++-- README.md | 5 +---- ext_emconf.php | 2 +- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index a79f99f..6836c2a 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -14,6 +14,11 @@ ChangeLog 2.0.x ----- +2.1.4 +^^^^^ + +* [SECURITY] Escape TypoScript vars to prevent XSS + 2.1.3 ^^^^^ diff --git a/Documentation/Localization.de_DE/ChangeLog/Index.rst b/Documentation/Localization.de_DE/ChangeLog/Index.rst index 9d83e7a..8d26cab 100644 --- a/Documentation/Localization.de_DE/ChangeLog/Index.rst +++ b/Documentation/Localization.de_DE/ChangeLog/Index.rst @@ -14,6 +14,11 @@ 2.0.x ----- +2.1.4 +^^^^^ + +* [SECURITY] Escape TypoScript vars to prevent XSS + 2.1.3 ^^^^^ diff --git a/Documentation/Localization.de_DE/Settings.cfg b/Documentation/Localization.de_DE/Settings.cfg index 24f27c9..1eb419d 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.0 -release = 2.1.3 -version = 2.1.3 +release = 2.1.4 +version = 2.1.4 [html_theme_options] github_branch = diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 24f27c9..1eb419d 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] copyright = 2015-2018 project = Google reCAPTCHA v2.0 -release = 2.1.3 -version = 2.1.3 +release = 2.1.4 +version = 2.1.4 [html_theme_options] github_branch = diff --git a/README.md b/README.md index f71c136..7bb77b4 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,7 @@ Use Google reCAPTCHA v2.0 in your own TYPO3 extensions, EXT:form, EXT:powermail ## Documentation -* [EN - latest](https://docs.typo3.org/typo3cms/extensions/jh_captcha/) -* [EN - 2.1.3](https://docs.typo3.org/typo3cms/extensions/jh_captcha/2.1.3/) -* [DE - latest](https://docs.typo3.org/typo3cms/extensions/jh_captcha/de-de/) -* [DE - 2.1.3](https://docs.typo3.org/typo3cms/extensions/jh_captcha/de-de/2.1.3/) +* [EN - 2.1.4](https://docs.typo3.org/typo3cms/extensions/jh_captcha/2.1.4/) ## Installation diff --git a/ext_emconf.php b/ext_emconf.php index 8043cc1..260ea38 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '2.1.3', + 'version' => '2.1.4', 'constraints' => array( 'depends' => array( 'typo3' => '7.6.0-8.7.99',