File tree 3 files changed +9
-2
lines changed 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ Content Publishing in TYPO3 - the easy way
11
11
12
12
## Version changelog
13
13
14
+ 5.0.1:
15
+
16
+ - [ BUGFIX] Ignore TCA columns without config section
17
+ - [ BUGFIX] List skipped columns without config section in incompatible section
18
+ - [ BUGFIX] Use configured site name as rootpage title
19
+ - [ TASK] Declare non-public API commands as internal
20
+
14
21
5.0.0:
15
22
- [ RELEASE] Release in2publish_core alpha 1
16
23
- [ TASK] Remove surplus features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " in2code/in2publish_core" ,
3
3
"description" : " Content publishing extension to connect stage and production server" ,
4
- "version" : " 5.0.0 " ,
4
+ "version" : " 5.0.1 " ,
5
5
"keywords" : [
6
6
" TYPO3 CMS" ,
7
7
" publishing" ,
Original file line number Diff line number Diff line change 3
3
'title ' => 'in2publish Core ' ,
4
4
'description ' => 'Content publishing extension to connect stage and production server ' ,
5
5
'category ' => 'plugin ' ,
6
- 'version ' => '5.0.0 ' ,
6
+ 'version ' => '5.0.1 ' ,
7
7
'state ' => 'stable ' ,
8
8
'uploadfolder ' => 0 ,
9
9
'createDirs ' => '' ,
You can’t perform that action at this time.
0 commit comments