Skip to content

Commit 4f35f03

Browse files
committed
[RELEASE] Version 5.3.7 with input relation support, overflow fix and db state recall
1 parent 427108b commit 4f35f03

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

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+
311
5.3.6:
412

513
- [BUGFIX] Show all in2publish related logs

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

0 commit comments

Comments
 (0)