Skip to content

Commit 20b4541

Browse files
committed
[RELEASE] Version 5.3.5 with various stability fixes
1 parent 9e60a4b commit 20b4541

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.5:
4+
5+
- [TASK] Update CSS for in2publish' WFSA feature
6+
- [BUGFIX] Return empty domain for page identifier if database is not connected
7+
- [BUGFIX] Lazy initialize FalStorageTestSubjectsProvider (fixes #5)
8+
- [BUGFIX] Escape database name for sysFile auto increment reflection (fixes #7)
9+
310
5.3.4:
411

512
- [BUGFIX] Concentrate remote FAL operations for all files in Publish Files Module selected folder

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

0 commit comments

Comments
 (0)