File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
11
# 10.0.0
2
12
3
13
## FEATURE
4
14
- [ FEATURE] Add Viewhelper [ TASK] Clean-up [ TASK] Extend README [ FEATURE] Allow usage of InlineJS bdffe04
5
15
6
16
## TASK
17
+ - [ TASK] Adjust doc author 2da2f61
7
18
- [ TASK] Adjust constraints 539d84c
8
19
- [ TASK] Adjust changelog 32c7cc6
9
20
- [ TASK] Add documentation (#8 ) 999c8bb
Original file line number Diff line number Diff line change 2
2
3
3
project = Usercentrics Integration for TYPO3
4
4
description = This extension integrates Usercentrics (Compliance and Consent Management) into TYPO3.
5
- release = 10.0.0
5
+ release = 10.0.1
6
6
copyright = by TYPO3 GmbH
7
7
8
8
[html_theme_options]
Original file line number Diff line number Diff line change 3
3
"description" : " This extension provides a usercentrics integration into TYPO3." ,
4
4
"type" : " typo3-cms-extension" ,
5
5
"license" : " GPL-2.0-or-later" ,
6
- "minimum-stability" : " dev " ,
6
+ "minimum-stability" : " stable " ,
7
7
"prefer-stable" : true ,
8
8
"authors" : [
9
9
{
41
41
"app-dir" : " .build"
42
42
},
43
43
"branch-alias" : {
44
- "dev-develop " : " 10.0.x-dev"
44
+ "dev-10 " : " 10.0.x-dev"
45
45
}
46
46
},
47
47
"scripts" : {
Original file line number Diff line number Diff line change 17
17
'clearCacheOnLoad ' => 0 ,
18
18
'author ' => 'TYPO3 GmbH ' ,
19
19
'author_email ' =>
'[email protected] ' ,
20
- 'version ' => '10.0.0 ' ,
20
+ 'version ' => '10.0.1 ' ,
21
21
'constraints ' => [
22
22
'depends ' => [
23
23
'typo3 ' => '10.4.0-10.4.99 ' ,
You can’t perform that action at this time.
0 commit comments