diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c9aedce..6d73cfb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # In2publish Core Change Log +5.6.0: + +- [BUGFIX] Typecast sftp connection to int for use with ssh2 wrapper. +- [BUGFIX] Do not instantiate UidReservationService on foreign +- [FEATURE] Support remote setting [SYS][setDBinit] +- [FEATURE] Add possibility to remove in2publish_core related registry entries in the tools module +- [COMMENT] Fix constructor annotation for Envelope parameter $request +- [FEATURE] Enable MM relations of inline records +- [BUGFIX] Show correct uid of the FAL storage with a different driver + 5.5.1: - [TYPO] Fix typo3 in warning label for folders with too many files diff --git a/composer.json b/composer.json index 4cdbe493a..9e03c866d 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.5.1", + "version": "5.6.0", "keywords": [ "TYPO3 CMS", "publishing", @@ -71,7 +71,7 @@ "web-dir": ".Build/Web" }, "branch-alias": { - "dev-master": "5.5.x-dev" + "dev-master": "5.6.x-dev" } } } diff --git a/ext_emconf.php b/ext_emconf.php index d3957f242..1fde4d80c 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.5.1', + 'version' => '5.6.0', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',