mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
[TASK] Update version number of all sysexts to 6.0.0
Fixes: #41261 Releases: 6.0 Change-Id: I6d60c27cf34161b5c9f4e0174e99de3811e87c42 Reviewed-on: http://review.typo3.org/14929 Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
This commit is contained in:
parent
0dcb973b0f
commit
c0d4310a28
1 changed files with 2 additions and 3 deletions
|
@ -27,11 +27,10 @@ $EM_CONF[$_EXTKEY] = array(
|
||||||
'clearCacheOnLoad' => 0,
|
'clearCacheOnLoad' => 0,
|
||||||
'lockType' => 'system',
|
'lockType' => 'system',
|
||||||
'author_company' => 'Web-Empowered Church',
|
'author_company' => 'Web-Empowered Church',
|
||||||
'version' => '1.0.0',
|
'version' => '6.0.0',
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
'depends' => array(
|
'depends' => array(
|
||||||
'php' => '5.3.0-0.0.0',
|
'typo3' => '6.0.0-0.0.0'
|
||||||
'typo3' => '4.6.0-0.0.0'
|
|
||||||
),
|
),
|
||||||
'conflicts' => array(),
|
'conflicts' => array(),
|
||||||
'suggests' => array()
|
'suggests' => array()
|
||||||
|
|
Loading…
Reference in a new issue