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
|
||||
======
|
||||
|
||||
Version 0.2:
|
||||
* changed support for Typo3 to 7.*
|
||||
|
||||
Version 0.1:
|
||||
* initial setup
|
||||
|
||||
|
|
|
@ -17,14 +17,14 @@ $EM_CONF[$_EXTKEY] = array(
|
|||
'category' => 'plugin',
|
||||
'author' => 'Dirk Jahnke',
|
||||
'author_email' => 'dirk.jahnke@mailbox.org',
|
||||
'state' => 'experimental',
|
||||
'state' => 'stable',
|
||||
'internal' => '',
|
||||
'uploadfolder' => '0',
|
||||
'createDirs' => '',
|
||||
'clearCacheOnLoad' => 0,
|
||||
'version' => '0.2.0',
|
||||
'version' => '1.0.0',
|
||||
'constraints' => array(
|
||||
'depends' => array('typo3' => '6.2.0-7.2.99'),
|
||||
'depends' => array('typo3' => '6.2.0-7.9.99'),
|
||||
'conflicts' => array(),
|
||||
'suggests' => array(),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue