File tree 3 files changed +13
-2
lines changed 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# In2publish Core Change Log
2
2
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
+
3
14
5.3.5:
4
15
5
16
- [ TASK] Update CSS for in2publish' WFSA feature
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.3.5 " ,
4
+ "version" : " 5.3.6 " ,
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.3.5 ' ,
6
+ 'version ' => '5.3.6 ' ,
7
7
'state ' => 'stable ' ,
8
8
'uploadfolder ' => 0 ,
9
9
'createDirs ' => '' ,
You can’t perform that action at this time.
0 commit comments