From f14ebe51ed85fe4703643bd6e808e3c656a052f2 Mon Sep 17 00:00:00 2001 From: Oliver Eglseder Date: Fri, 11 Nov 2016 15:15:21 +0100 Subject: [PATCH] [RELEASE] Version 5.2.0 with improved UniqueStorageTargetTest --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb7176ac..446b58d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # In2publish Core Change Log +5.2.0: + +- [FEATURE] Display an error if a storage is offline on foreign only +- [FEATURE] Show a warning for if offline storages were detected +- [BUGFIX] Do not test offline FAL storages + 5.1.2: - [BUGFIX] Downgrade array syntax the be PHP 5.3 compatible diff --git a/composer.json b/composer.json index c32eac736..bfa68dae0 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.1.2", + "version": "5.2.0", "keywords": [ "TYPO3 CMS", "publishing", diff --git a/ext_emconf.php b/ext_emconf.php index 5cd9d92a3..d81e3babf 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.1.2', + 'version' => '5.2.0', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',