mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-08 17:06:09 +01:00
[TASK] Raise versions to 8.3.0
The sysexts' ext_emconf.php and TYPO3 version is raised after the release of TYPO3 v8.2 accordingly. Resolves: #76938 Releases: master Change-Id: I6d30eb0715dd40ff88cd16f79b54b87abf425c3b Reviewed-on: https://review.typo3.org/48803 Tested-by: Bamboo TYPO3com <info@typo3.com> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Benni Mack <benni@typo3.org>
This commit is contained in:
parent
21721cd729
commit
252f24d2d9
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array(
|
|||
'uploadfolder' => 0,
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '8.2.0',
|
||||
'version' => '8.3.0',
|
||||
'constraints' => array(
|
||||
'depends' => array(
|
||||
'typo3' => '8.2.0-8.2.99',
|
||||
'typo3' => '8.3.0-8.3.99',
|
||||
),
|
||||
'conflicts' => array(),
|
||||
'suggests' => array(),
|
||||
|
|
Loading…
Reference in a new issue