Skip to content

Commit

Permalink
[RELEASE] Version 5.3.2 with file diff bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexvaar committed Nov 30, 2016
1 parent 7280d2c commit 29f69ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# In2publish Core Change Log

5.3.2:

- [BUGFIX] Remove SingletonInterface from RemoteFalDriver to ensure references don't get reinitialized with wrong properties
- [BUGFIX] Initialize RemoteFalDriver with proper arguments for each published file

5.3.1:

- [TESTS] Integrate Travis CI testing
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.3.1",
"version": "5.3.2",
"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.3.1',
'version' => '5.3.2',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
Expand Down

0 comments on commit 29f69ee

Please sign in to comment.