From f657a6d4656c51753719f621bc9d4c31bd93a03c Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Mon, 10 Jun 2013 22:36:22 +0200 Subject: [PATCH] [TASK] release version 0.1.0 (first release to TER) --- ext_emconf.php | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 820d795..f9c431f 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,16 +1,16 @@ 'Frontend Performance', 'description' => 'This extension improves the frontend performance in TYPO3 6.x. Currently adds JS minification (JSMinPlus) and some minor improvements. See readme.', 'category' => 'be', @@ -27,15 +27,19 @@ 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', - 'version' => '', - 'constraints' => array( - 'depends' => array( + 'version' => '0.1.0', + 'constraints' => + array ( + 'depends' => + array ( 'typo3' => '6.0.0-6.1.99', ), - 'conflicts' => array( + 'conflicts' => + array ( 'scriptmerger' => '', ), - 'suggests' => array( + 'suggests' => + array ( ), ), );