Skip to content

Commit 8c6af4f

Browse files
committedNov 2, 2016
[RELEASE] Release version 5.1.1
1 parent e1ae8c1 commit 8c6af4f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
 

‎CHANGELOG.md

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

3+
5.1.1:
4+
5+
- [BUGFIX] Use Records property setter to set local and foreign properties
6+
- [BUGFIX] Redefine dependency to TYPO3
7+
38
5.1.0:
49

510
- [FEATURE] Add full FAL support

‎composer.json

Lines changed: 2 additions & 2 deletions
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.1.0",
4+
"version": "5.1.1",
55
"keywords": [
66
"TYPO3 CMS",
77
"publishing",
@@ -34,7 +34,7 @@
3434
"type": "typo3-cms-extension",
3535
"license": "GPL-3.0",
3636
"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"
3838
},
3939
"require-dev": {
4040
"phpunit/phpunit": "^5.4"

‎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.1.0',
6+
'version' => '5.1.1',
77
'state' => 'stable',
88
'uploadfolder' => 0,
99
'createDirs' => '',

0 commit comments

Comments
 (0)