Skip to content

Commit 4485389

Browse files
committed
[RELEASE] Version 5.3.8 with minor stability improvements
1 parent eb77ccc commit 4485389

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
5.3.8:
4+
5+
- [BUGFIX] Prevent file rename when file was not renamed
6+
- [API] Add Record::removeRelatedRecord to it's interface since it's required by RecordFactory
7+
- [TASK] Also log database errors in Letterbox
8+
- [TASK] Add logger to Letterbox and handle failed envelopes
9+
310
5.3.7:
411

512
- [BUGFIX] Resolve relations in input type fields with configured wizards

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

0 commit comments

Comments
 (0)