Skip to content

Commit ebfae0d

Browse files
committed
[RELEASE] Version 5.3.6 with bugfixes for log reading and increase loose coupling
1 parent 6c8654a commit ebfae0d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
5.3.6:
4+
5+
- [BUGFIX] Show all in2publish related logs
6+
- [TASK] Always show full component name in logs
7+
- [REFACTOR] Replace log table name field with constant
8+
- [CLEANUP] Remove unneccessary log component filter
9+
- [TASK] Define lightweight distribution properties
10+
- [COMMENT] Set correct return type annotation for Record::hasDeleteField
11+
- [API] Loosen Record implementation dependency by defining all required methods in the interface
12+
- [BUGFIX] Allow null for strictly typed getRecordPath parameter
13+
314
5.3.5:
415

516
- [TASK] Update CSS for in2publish' WFSA feature

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

0 commit comments

Comments
 (0)