diff --git a/CHANGELOG.md b/CHANGELOG.md index b0370d748..b30653f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # In2publish Core Change Log +5.1.0: + +- [FEATURE] Add full FAL support +- [FEATURE] Support case insensitive file systems +- [BUGFIX] Fix Record::getMergedProperty including the unit test +- [BUGFIX] Do not consider the root page (ID=0) as accessible in the frontend +- [FEATURE] Add RPC/Envelope system +- [!!!][CLEANUP] Remove legacy methods from File- and FolderUtility + 5.0.1: - [BUGFIX] Ignore TCA columns without config section diff --git a/composer.json b/composer.json index 4e98e95bb..b72d9bed7 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "in2code/in2publish_core", "description": "Content publishing extension to connect stage and production server", - "version": "5.0.1", + "version": "5.1.0", "keywords": [ "TYPO3 CMS", "publishing", diff --git a/ext_emconf.php b/ext_emconf.php index 1bc786f64..24cf92ff1 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ 'title' => 'in2publish Core', 'description' => 'Content publishing extension to connect stage and production server', 'category' => 'plugin', - 'version' => '5.0.1', + 'version' => '5.1.0', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',