File tree 3 files changed +11
-2
lines changed 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# In2publish Core Change Log
2
2
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
+
3
12
5.2.0:
4
13
5
14
- [ FEATURE] Display an error if a storage is offline on foreign only
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " in2code/in2publish_core" ,
3
3
"description" : " Content publishing extension to connect stage and production server" ,
4
- "version" : " 5.2 .0" ,
4
+ "version" : " 5.3 .0" ,
5
5
"keywords" : [
6
6
" TYPO3 CMS" ,
7
7
" publishing" ,
Original file line number Diff line number Diff line change 3
3
'title ' => 'in2publish Core ' ,
4
4
'description ' => 'Content publishing extension to connect stage and production server ' ,
5
5
'category ' => 'plugin ' ,
6
- 'version ' => '5.2 .0 ' ,
6
+ 'version ' => '5.3 .0 ' ,
7
7
'state ' => 'stable ' ,
8
8
'uploadfolder ' => 0 ,
9
9
'createDirs ' => '' ,
You can’t perform that action at this time.
0 commit comments