File tree 3 files changed +15
-2
lines changed 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# In2publish Core Change Log
2
2
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
+
3
16
5.3.8:
4
17
5
18
- [ BUGFIX] Prevent file rename when file was not renamed
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.3.8 " ,
4
+ "version" : " 5.4.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.3.8 ' ,
6
+ 'version ' => '5.4.0 ' ,
7
7
'state ' => 'stable ' ,
8
8
'uploadfolder ' => 0 ,
9
9
'createDirs ' => '' ,
You can’t perform that action at this time.
0 commit comments