diff --git a/CHANGELOG.md b/CHANGELOG.md index da355778a..3dbddf63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # In2publish Core Change Log +5.8.2: + +- [BUGFIX] Inject fal storages before filtering post processed fal records +- [BUGFIX] Include the Plugin definition as reference because it might be defined later (fixes #31) +- [DOCS] Add known limitation about moved/renamed folders +- [CLEANUP] Remove TYPO3 6.2 flashMessage rendering partial and related IsCompatVersionViewHelper +- [CLEANUP] Remove module link generation for TYPO3 6.2 +- [CLEANUP] Remove access to TYPO3 6.2 specific globals +- [CLEANUP] Remove png module icon registration for TYPO3 6.2 and png files + 5.8.1: - [BUGFIX] Resolve MM relations with the correct identifier diff --git a/composer.json b/composer.json index 1b4b5d7d2..b96a8c95e 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.8.1", + "version": "5.8.2", "keywords": [ "TYPO3 CMS", "publishing", diff --git a/ext_emconf.php b/ext_emconf.php index ae174b1e7..a64593851 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.8.1', + 'version' => '5.8.2', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',