File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# In2publish Core Change Log
2
2
3
+ 5.1.1:
4
+
5
+ - [ BUGFIX] Use Records property setter to set local and foreign properties
6
+ - [ BUGFIX] Redefine dependency to TYPO3
7
+
3
8
5.1.0:
4
9
5
10
- [ FEATURE] Add full FAL support
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.1.0 " ,
4
+ "version" : " 5.1.1 " ,
5
5
"keywords" : [
6
6
" TYPO3 CMS" ,
7
7
" publishing" ,
34
34
"type" : " typo3-cms-extension" ,
35
35
"license" : " GPL-3.0" ,
36
36
"require" : {
37
- "typo3/cms-core" : " >=6.2.0 <=8.5.0, !=8.3.0" ,
37
+ "typo3/cms-core" : " >=6.2.0 <=8.5.0, !=8.3.0"
38
38
},
39
39
"require-dev" : {
40
40
"phpunit/phpunit" : " ^5.4"
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.1.0 ' ,
6
+ 'version ' => '5.1.1 ' ,
7
7
'state ' => 'stable ' ,
8
8
'uploadfolder ' => 0 ,
9
9
'createDirs ' => '' ,
You can’t perform that action at this time.
0 commit comments