Skip to content

Commit cd46c5e

Browse files
committed
[RELEASE] Release version 5.1.0
1 parent 82bc6b0 commit cd46c5e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# In2publish Core Change Log
22

3+
5.1.0:
4+
5+
- [FEATURE] Add full FAL support
6+
- [FEATURE] Support case insensitive file systems
7+
- [BUGFIX] Fix Record::getMergedProperty including the unit test
8+
- [BUGFIX] Do not consider the root page (ID=0) as accessible in the frontend
9+
- [FEATURE] Add RPC/Envelope system
10+
- [!!!][CLEANUP] Remove legacy methods from File- and FolderUtility
11+
312
5.0.1:
413

514
- [BUGFIX] Ignore TCA columns without config section

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.1",
4+
"version": "5.1.0",
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.1',
6+
'version' => '5.1.0',
77
'state' => 'stable',
88
'uploadfolder' => 0,
99
'createDirs' => '',

0 commit comments

Comments
 (0)