mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
[TASK] Raise sysext versions to 6.2.0
System extensions are shipped with the same version number as the TYPO3 release they belong with. Also the dependency should be sett accordingly to make clear they are not to be used with other releases. Change-Id: I575e19bb2f2c1d0a6ee27753ec2e05dee1b2e42e Fixes: #47644 Releases: 6.2 Reviewed-on: https://review.typo3.org/20234 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
This commit is contained in:
parent
ab7c33b3a5
commit
a4ce163b94
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +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' => '6.0.0',
|
'version' => '6.2.0',
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
'depends' => array(
|
'depends' => array(
|
||||||
'typo3' => '6.0.0-0.0.0'
|
'typo3' => '6.2.0-6.2.99',
|
||||||
),
|
),
|
||||||
'conflicts' => array(),
|
'conflicts' => array(),
|
||||||
'suggests' => array()
|
'suggests' => array()
|
||||||
|
|
Loading…
Reference in a new issue