mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
7a7d6c8069
Update version number of all sysext and dependency definitions. Resolves: #62341 Releases: master Change-Id: Ic8b1b8ead08432917a28b226bbb43347dac42087 Reviewed-on: http://review.typo3.org/33395 Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
22 lines
571 B
PHP
22 lines
571 B
PHP
<?php
|
|
$EM_CONF[$_EXTKEY] = array(
|
|
'title' => 'Frontend Editing',
|
|
'description' => '',
|
|
'category' => 'fe',
|
|
'author' => 'Jeff Segars, David Slayback',
|
|
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
|
|
'author_company' => 'Web-Empowered Church',
|
|
'state' => 'stable',
|
|
'uploadfolder' => 0,
|
|
'createDirs' => '',
|
|
'clearCacheOnLoad' => 0,
|
|
'version' => '7.0.0',
|
|
'constraints' => array(
|
|
'depends' => array(
|
|
'typo3' => '7.0.0-7.0.99',
|
|
),
|
|
'conflicts' => array(),
|
|
'suggests' => array(),
|
|
),
|
|
'_md5_values_when_last_written' => '',
|
|
);
|