diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a3b70..da81e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ +# 10.0.1 + +## TASK +- [TASK] Fix automatic tests a031b94 + +## BUGFIX +- [BUGFIX] Register argument dataServiceProcessor in ViewHelper (#16) 1e11ac1 +- [BUGFIX] Allow setting of default language (#15) 6e526ba +- [BUGFIX] Register argument dataServiceProcessor in ViewHelper fb1b095 + # 10.0.0 ## FEATURE - [FEATURE] Add Viewhelper [TASK] Clean-up [TASK] Extend README [FEATURE] Allow usage of InlineJS bdffe04 ## TASK +- [TASK] Adjust doc author 2da2f61 - [TASK] Adjust constraints 539d84c - [TASK] Adjust changelog 32c7cc6 - [TASK] Add documentation (#8) 999c8bb diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index d88ca20..d371dfa 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 = 10.0.0 +release = 10.0.1 copyright = by TYPO3 GmbH [html_theme_options] diff --git a/composer.json b/composer.json index c7b1f3f..2e9c26a 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "This extension provides a usercentrics integration into TYPO3.", "type": "typo3-cms-extension", "license": "GPL-2.0-or-later", - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true, "authors": [ { @@ -41,7 +41,7 @@ "app-dir": ".build" }, "branch-alias": { - "dev-develop": "10.0.x-dev" + "dev-10": "10.0.x-dev" } }, "scripts": { diff --git a/ext_emconf.php b/ext_emconf.php index 47bd8c1..ad890c4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -17,7 +17,7 @@ 'clearCacheOnLoad' => 0, 'author' => 'TYPO3 GmbH', 'author_email' => 'info@typo3.com', - 'version' => '10.0.0', + 'version' => '10.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-10.4.99',