Skip to content
Snippets Groups Projects
Commit 6b5ab835 authored by Christoph Hofmann's avatar Christoph Hofmann
Browse files

Release 0.5

parent e29231a0
No related branches found
No related tags found
No related merge requests found
ext_emconf.php 100644 → 100755
......@@ -9,7 +9,7 @@
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
/* @var $_EXTKEY*/
$EM_CONF[$_EXTKEY] = array(
'title' => 'ITS Langmenu v2',
'description' => '',
......@@ -27,13 +27,13 @@ $EM_CONF[$_EXTKEY] = array(
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '0.3.0',
'version' => '0.5.0',
'constraints' => array(
'depends' => array(
'extbase' => '6.0',
'fluid' => '6.0',
'typo3' => '6.0',
'static_info_tables' => '6.0',
'extbase' => '6.2',
'fluid' => '6.2',
'typo3' => '6.2.0-7.99.99',
'static_info_tables' => '6.1',
),
'conflicts' => array(
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment