File tree 3 files changed +10
-2
lines changed 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# In2publish Core Change Log
2
2
3
+ 5.3.7:
4
+
5
+ - [ BUGFIX] Resolve relations in input type fields with configured wizards
6
+ - [ BUGFIX] Preserve the original record state when overriding with file state
7
+ - [ BUGFIX] Limit the number of files to prefetch to prevent request field overflow
8
+ - [ BUGFIX] Treat FAL storages as case sensitive by default
9
+ - [ CODESTYLE] Update code style rules and apply them
10
+
3
11
5.3.6:
4
12
5
13
- [ BUGFIX] Show all in2publish related logs
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.6 " ,
4
+ "version" : " 5.3.7 " ,
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.6 ' ,
6
+ 'version ' => '5.3.7 ' ,
7
7
'state ' => 'stable ' ,
8
8
'uploadfolder ' => 0 ,
9
9
'createDirs ' => '' ,
You can’t perform that action at this time.
0 commit comments