From a5c42054c5afdd71257dc6c1fd175e3e2c2820d8 Mon Sep 17 00:00:00 2001 From: Frank Naegler Date: Wed, 26 Aug 2020 14:11:47 +0200 Subject: [PATCH] [RELEASE] v9.0.2 --- CHANGELOG.md | 6 ++++++ Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5b294..10ba1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 9.0.2 + +## BUGFIX +- [BUGFIX] Backport missing core ScriptViewHelper (#21) f2f4500 +- [BUGFIX] Use correct configuration for settingsId (#20) 3048426 + # 9.0.1 ## BUGFIX diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 421b08a..5c210d7 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ project = Usercentrics Integration for TYPO3 description = This extension integrates Usercentrics (Compliance and Consent Management) into TYPO3. -release = 9.0.1 +release = 9.0.2 copyright = by TYPO3 GmbH [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 157aa86..c9d9575 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -17,7 +17,7 @@ 'clearCacheOnLoad' => 0, 'author' => 'TYPO3 GmbH', 'author_email' => 'info@typo3.com', - 'version' => '9.0.1', + 'version' => '9.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.5-9.5.99',