Skip to content

Commit

Permalink
[RELEASE] Version 5.2.0 with improved UniqueStorageTargetTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexvaar committed Nov 11, 2016
1 parent de9f9cd commit f14ebe5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '',
Expand Down

0 comments on commit f14ebe5

Please sign in to comment.