Skip to content

Commit 1dbcb7f

Browse files
committed
[RELEASE] Version 5.4.0 with many bugfixes and RealUrl 2.2 support
1 parent 1bba587 commit 1dbcb7f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# In2publish Core Change Log
22

3+
5.4.0:
4+
5+
- [BUGFIX] Only create RealUrlCacheTasks for changed records
6+
- [FEATURE] Add support for RealUrl > 2.2
7+
- [TASK] Update affected versions of realurl in comments in RealUrlTask (these tables do not exist from 2.2 on)
8+
- [API] Declare getDirtyProperties in RecordInterface
9+
- [BUGFIX] Set the creation time manually when adding new tasks, because MySQL default was removed from field
10+
- [BUGFIX] Force read access on FAL storage for all RPC/Envelope requests
11+
- [BUGFIX] Do not drop all file information when related file does not exist on disk
12+
- [BUGFIX] Typecast sftp resource for PHP7 stream wrapper compatibility
13+
- [BUGFIX] Distinguish between insufficient permissions and PHP errors when opening remote streams
14+
- [BUGFIX] Skip diff post processing of files which reside in deleted or unaccessible storages
15+
316
5.3.8:
417

518
- [BUGFIX] Prevent file rename when file was not renamed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "in2code/in2publish_core",
33
"description": "Content publishing extension to connect stage and production server",
4-
"version": "5.3.8",
4+
"version": "5.4.0",
55
"keywords": [
66
"TYPO3 CMS",
77
"publishing",

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'title' => 'in2publish Core',
44
'description' => 'Content publishing extension to connect stage and production server',
55
'category' => 'plugin',
6-
'version' => '5.3.8',
6+
'version' => '5.4.0',
77
'state' => 'stable',
88
'uploadfolder' => 0,
99
'createDirs' => '',

0 commit comments

Comments
 (0)