Increased version to 1.0.0 and changed to state=stable; added support for all Typo3 7 versions

This commit is contained in:
Dirk Jahnke 2019-12-25 19:37:50 +01:00
parent 6065c98547
commit a8f27909f1
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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(),
), ),