File tree 4 files changed +20
-4
lines changed
4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 10.0.1
2
+
3
+ ## TASK
4
+
5
+ - [ TASK] Add services configuration (#179 ) ca71e11
6
+ - [ TASK] Move plugin registration to TCA overrides (#169 ) 15da587
7
+
8
+ ## BUGFIX
9
+
10
+ - [ BUGFIX] Ensure that custom categories are restricted to default language 694fb21
11
+ - [ BUGFIX] Use interface_exists instead of class_exists for PSR Interface check in ext_localconf.php 3020ced
12
+ - [ BUGFIX] Wait for DOM being ready before initializing DataTables e0a3b2a
13
+ - [ BUGFIX] Update vulnerable npm development modules b7ab3e7
14
+ - [ BUGFIX] Setup mysql server in docker container 6c9d1d6
15
+ - [ BUGFIX] Check for pages in extended TCA for sys_category f458dd4
16
+
1
17
# 10.0.0
2
18
3
19
## BREAKING
Original file line number Diff line number Diff line change 1
1
[general]
2
2
3
3
project = TYPO3 Blog Extension
4
- version = 10.0.0
5
- release = 10.0.0
4
+ version = 10.0.1
5
+ release = 10.0.1
6
6
t3author = TYPO3 GmbH
7
7
copyright = since 2016 by TYPO3 GmbH
8
8
description = The blog extension for TYPO3 provides a blog based on TYPO3s core features - pages and content element.
Original file line number Diff line number Diff line change 42
42
"app-dir" : " .build"
43
43
},
44
44
"branch-alias" : {
45
- "dev-master " : " 10.0.x-dev"
45
+ "dev-v10.0 " : " 10.0.x-dev"
46
46
}
47
47
},
48
48
"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 ' => '9.5.5-10.4.99 ' ,
You can’t perform that action at this time.
0 commit comments