Skip to content

Commit 4ba6984

Browse files
committed
[RELEASE] Set version 5.0.1
1 parent 21f7d41 commit 4ba6984

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Content Publishing in TYPO3 - the easy way
1111

1212
## Version changelog
1313

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+
1421
5.0.0:
1522
- [RELEASE] Release in2publish_core alpha 1
1623
- [TASK] Remove surplus features

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "in2code/in2publish_core",
33
"description": "Content publishing extension to connect stage and production server",
4-
"version": "5.0.0",
4+
"version": "5.0.1",
55
"keywords": [
66
"TYPO3 CMS",
77
"publishing",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'title' => 'in2publish Core',
44
'description' => 'Content publishing extension to connect stage and production server',
55
'category' => 'plugin',
6-
'version' => '5.0.0',
6+
'version' => '5.0.1',
77
'state' => 'stable',
88
'uploadfolder' => 0,
99
'createDirs' => '',

0 commit comments

Comments
 (0)