diff --git a/CHANGELOG.md b/CHANGELOG.md index b975f1974..aeb7176ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # In2publish Core Change Log +5.1.2: + +- [BUGFIX] Downgrade array syntax the be PHP 5.3 compatible +- [DOCS] Update default excluded tables list +- [BUGFIX] Ignore assets of extensions simpleOverviewAndAjax + 5.1.1: - [BUGFIX] Use Records property setter to set local and foreign properties diff --git a/composer.json b/composer.json index fc27fb20c..c32eac736 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.1", + "version": "5.1.2", "keywords": [ "TYPO3 CMS", "publishing", diff --git a/ext_emconf.php b/ext_emconf.php index 5d4dc0895..5cd9d92a3 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.1', + 'version' => '5.1.2', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',