Skip to content

Commit 40e8d5f

Browse files
committed
[RELEASE] Version 5.5.0 with TYPO3 8 LTS support and conflict avoidance feature
1 parent 946b425 commit 40e8d5f

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

3+
5.5.0:
4+
5+
- [DOCS] Add defaults, test data and documentation for disable auto_increment sync feature
6+
- [TASK] Raise TYPO3 compatibility to match 8 LTS
7+
- [BUGFIX] Prevent duplicate file indexing via slot
8+
- [BUGFIX] Prefer local storage for file publishing
9+
- [FEATURE] Enable File PostProcessing for reserveSysFileUids disabled
10+
- [BUGFIX] Check for explicit disabled reserveSysFileUids feature
11+
- [BUGFIX] Select correct default folder when nothing was selected
12+
- [CODESTYLE] Chop down line exceeding method call
13+
- [FEATURE] Automatically remove duplicate sys_file indices and support renaming
14+
- [CLEANUP] Remove redundant setting of a storage uid
15+
- [FEATURE] Set publishing relevant information for files and make them publishable
16+
- [FEATURE] Implement index based file list diff
17+
- [DOCS] Enhance FAQs
18+
- [DOCS] Add a note about UTF8filesystem must be false (fixes #15)
19+
- [CLEANUP] Replace ViewArrayViewHelper with cores debugging viewhelper (fixes #18)
20+
- [TEST] Add unit tests for new REDIRECT_IN2PUBLISH_CONTEXT support
21+
- [FEATURE] Support REDIRECT_IN2PUBLISH_CONTEXT environment variable (fixes #12)
22+
- [TEST] Also mock isConnected and connectDB for DB related tests
23+
- [DOCS] Remove enterprise version tables from example config and docs (fixes #16)
24+
- [TASK] Always initialize the local database connection (fixes #14)
25+
- [BUGFIX] Limit automatically prefetching files on folderExists call
26+
327
5.4.1:
428

529
- [TYPO] Fix "installtion" in german warning label

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

0 commit comments

Comments
 (0)