Skip to content

Commit e53c9e3

Browse files
committed
[RELEASE] Version 5.3.0 with huge performance improvements
1 parent e5c5c8c commit e53c9e3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
5.3.0:
4+
5+
- [FEATURE] Cache all remote files for the Overview module for a vast performance increas
6+
- [CODESTYLE] Adjust line breaks in RemoteFalDriver
7+
- [BUGFIX] Increase row size for envelope responses (essentially for FFS RPC/Envelope)
8+
- [REFACTOR] Rename EnvelopeDispatcher::getFileObjectWithoutIndexing to EnvelopeDispatcher::getFileObject
9+
- [FEATURE] Prefetch all sibling file information upon remote file existence check
10+
- [BUGFIX] Respect the storage uid in RemoteFalDriver caches
11+
312
5.2.0:
413

514
- [FEATURE] Display an error if a storage is offline on foreign only

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.2.0",
4+
"version": "5.3.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.2.0',
6+
'version' => '5.3.0',
77
'state' => 'stable',
88
'uploadfolder' => 0,
99
'createDirs' => '',

0 commit comments

Comments
 (0)