Skip to content

Commit

Permalink
[TASK] release version 0.1.0 (first release to TER)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Jun 10, 2013
1 parent 6d2775e commit f657a6d
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php

/***************************************************************
* Extension Manager/Repository config file for ext: "jscompress"
* Extension Manager/Repository config file for ext "fe_performance".
*
* Auto generated by Extension Builder 2013-06-07
* Auto generated 10-06-2013 22:33
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/

$EM_CONF[$_EXTKEY] = array(
$EM_CONF[$_EXTKEY] = array (
'title' => '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',
Expand All @@ -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 (
),
),
);
Expand Down

0 comments on commit f657a6d

Please sign in to comment.