Increased version to 1.0.0 and changed to state=stable; added support for all Typo3 7 versions
This commit is contained in:
parent
6065c98547
commit
a8f27909f1
|
@ -1,6 +1,8 @@
|
||||||
README
|
README
|
||||||
======
|
======
|
||||||
|
|
||||||
|
Version 0.2:
|
||||||
|
* changed support for Typo3 to 7.*
|
||||||
|
|
||||||
Version 0.1:
|
Version 0.1:
|
||||||
* initial setup
|
* initial setup
|
||||||
|
|
||||||
|
|
|
@ -17,14 +17,14 @@ $EM_CONF[$_EXTKEY] = array(
|
||||||
'category' => 'plugin',
|
'category' => 'plugin',
|
||||||
'author' => 'Dirk Jahnke',
|
'author' => 'Dirk Jahnke',
|
||||||
'author_email' => 'dirk.jahnke@mailbox.org',
|
'author_email' => 'dirk.jahnke@mailbox.org',
|
||||||
'state' => 'experimental',
|
'state' => 'stable',
|
||||||
'internal' => '',
|
'internal' => '',
|
||||||
'uploadfolder' => '0',
|
'uploadfolder' => '0',
|
||||||
'createDirs' => '',
|
'createDirs' => '',
|
||||||
'clearCacheOnLoad' => 0,
|
'clearCacheOnLoad' => 0,
|
||||||
'version' => '0.2.0',
|
'version' => '1.0.0',
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
'depends' => array('typo3' => '6.2.0-7.2.99'),
|
'depends' => array('typo3' => '6.2.0-7.9.99'),
|
||||||
'conflicts' => array(),
|
'conflicts' => array(),
|
||||||
'suggests' => array(),
|
'suggests' => array(),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue