File tree 3 files changed +26
-2
lines changed 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# In2publish Core Change Log
2
2
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
+
3
27
5.4.1:
4
28
5
29
- [ TYPO] Fix "installtion" in german warning label
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " in2code/in2publish_core" ,
3
3
"description" : " Content publishing extension to connect stage and production server" ,
4
- "version" : " 5.4.1 " ,
4
+ "version" : " 5.5.0 " ,
5
5
"keywords" : [
6
6
" TYPO3 CMS" ,
7
7
" publishing" ,
Original file line number Diff line number Diff line change 3
3
'title ' => 'in2publish Core ' ,
4
4
'description ' => 'Content publishing extension to connect stage and production server ' ,
5
5
'category ' => 'plugin ' ,
6
- 'version ' => '5.4.1 ' ,
6
+ 'version ' => '5.5.0 ' ,
7
7
'state ' => 'stable ' ,
8
8
'uploadfolder ' => 0 ,
9
9
'createDirs ' => '' ,
You can’t perform that action at this time.
0 commit comments