mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
a4ce163b94
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
41 lines
No EOL
1.1 KiB
PHP
41 lines
No EOL
1.1 KiB
PHP
<?php
|
|
/***************************************************************
|
|
* Extension Manager/Repository config file for ext "feedit".
|
|
*
|
|
* Auto generated 10-10-2011 14:47
|
|
*
|
|
* Manual updates:
|
|
* Only the data in the array - everything else is removed by next
|
|
* writing. "version" and "dependencies" must not be touched!
|
|
***************************************************************/
|
|
$EM_CONF[$_EXTKEY] = array(
|
|
'title' => 'Frontend Editing',
|
|
'description' => '',
|
|
'category' => 'fe',
|
|
'author' => 'Jeff Segars, David Slayback',
|
|
'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org',
|
|
'shy' => '',
|
|
'dependencies' => '',
|
|
'conflicts' => '',
|
|
'priority' => '',
|
|
'module' => '',
|
|
'state' => 'stable',
|
|
'internal' => '',
|
|
'uploadfolder' => 0,
|
|
'createDirs' => '',
|
|
'modify_tables' => '',
|
|
'clearCacheOnLoad' => 0,
|
|
'lockType' => 'system',
|
|
'author_company' => 'Web-Empowered Church',
|
|
'version' => '6.2.0',
|
|
'constraints' => array(
|
|
'depends' => array(
|
|
'typo3' => '6.2.0-6.2.99',
|
|
),
|
|
'conflicts' => array(),
|
|
'suggests' => array()
|
|
),
|
|
'_md5_values_when_last_written' => '',
|
|
'suggests' => array()
|
|
);
|
|
?>
|