Skip to content

Commit

Permalink
[TER] 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Jan 9, 2017
1 parent 782c65e commit c9652f6
Showing 1 changed file with 40 additions and 46 deletions.
86 changes: 40 additions & 46 deletions ext_emconf.php
@@ -1,48 +1,42 @@
<?php

/***************************************************************
* Extension Manager/Repository config file for ext "flux".
*
* Auto generated 18-09-2014 23:56
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/

$EM_CONF[$_EXTKEY] = array(
'title' => 'Flux: Fluid FlexForms',
'description' => 'Backend form and frontend content rendering assistance API with focus on productivity.',
'category' => 'misc',
'shy' => 0,
'version' => '7.4.0',
'dependencies' => 'cms',
'conflicts' => '',
'priority' => 'top',
'loadOrder' => '',
'module' => '',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'FluidTYPO3 Team',
'author_email' => 'claus@namelesscoder.net',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'typo3' => '7.6.13-8.5.99',
'php' => '7.0.0-7.1.99'
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => '',
'suggests' => array(
),
$EM_CONF[$_EXTKEY] = array (
'title' => 'Flux: Fluid FlexForms',
'description' => 'Backend form and frontend content rendering assistance API with focus on productivity.',
'category' => 'misc',
'shy' => 0,
'version' => '8.0.0',
'dependencies' => 'cms',
'conflicts' => '',
'priority' => 'top',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'FluidTYPO3 Team',
'author_email' => 'claus@namelesscoder.net',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '7.6.13-8.5.99',
'php' => '7.0.0-7.1.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
'_md5_values_when_last_written' => '',
'suggests' =>
array (
),
);

0 comments on commit c9652f6

Please sign in to comment.