diff --git a/CHANGELOG.md b/CHANGELOG.md index 3745b057c..b3dfdc6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # In2publish Core Change Log +5.3.7: + +- [BUGFIX] Resolve relations in input type fields with configured wizards +- [BUGFIX] Preserve the original record state when overriding with file state +- [BUGFIX] Limit the number of files to prefetch to prevent request field overflow +- [BUGFIX] Treat FAL storages as case sensitive by default +- [CODESTYLE] Update code style rules and apply them + 5.3.6: - [BUGFIX] Show all in2publish related logs diff --git a/composer.json b/composer.json index ee4132b7e..ae9ee424f 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.3.6", + "version": "5.3.7", "keywords": [ "TYPO3 CMS", "publishing", diff --git a/ext_emconf.php b/ext_emconf.php index b4a7e3af9..c229379ea 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.3.6', + 'version' => '5.3.7', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',