Skip to content

Commit 8f73c99

Browse files
committed
[RELEASE] v10.0.1
1 parent 1e11ac1 commit 8f73c99

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1+
# 10.0.1
2+
3+
## TASK
4+
- [TASK] Fix automatic tests a031b94
5+
6+
## BUGFIX
7+
- [BUGFIX] Register argument dataServiceProcessor in ViewHelper (#16) 1e11ac1
8+
- [BUGFIX] Allow setting of default language (#15) 6e526ba
9+
- [BUGFIX] Register argument dataServiceProcessor in ViewHelper fb1b095
10+
111
# 10.0.0
212

313
## FEATURE
414
- [FEATURE] Add Viewhelper [TASK] Clean-up [TASK] Extend README [FEATURE] Allow usage of InlineJS bdffe04
515

616
## TASK
17+
- [TASK] Adjust doc author 2da2f61
718
- [TASK] Adjust constraints 539d84c
819
- [TASK] Adjust changelog 32c7cc6
920
- [TASK] Add documentation (#8) 999c8bb

Documentation/Settings.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
project = Usercentrics Integration for TYPO3
44
description = This extension integrates Usercentrics (Compliance and Consent Management) into TYPO3.
5-
release = 10.0.0
5+
release = 10.0.1
66
copyright = by TYPO3 GmbH
77

88
[html_theme_options]

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "This extension provides a usercentrics integration into TYPO3.",
44
"type": "typo3-cms-extension",
55
"license": "GPL-2.0-or-later",
6-
"minimum-stability": "dev",
6+
"minimum-stability": "stable",
77
"prefer-stable": true,
88
"authors": [
99
{
@@ -41,7 +41,7 @@
4141
"app-dir": ".build"
4242
},
4343
"branch-alias": {
44-
"dev-develop": "10.0.x-dev"
44+
"dev-10": "10.0.x-dev"
4545
}
4646
},
4747
"scripts": {

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'clearCacheOnLoad' => 0,
1818
'author' => 'TYPO3 GmbH',
1919
'author_email' => '[email protected]',
20-
'version' => '10.0.0',
20+
'version' => '10.0.1',
2121
'constraints' => [
2222
'depends' => [
2323
'typo3' => '10.4.0-10.4.99',

0 commit comments

Comments
 (0)