diff --git a/ext_emconf.php b/ext_emconf.php index 353131b..026dadc 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -15,7 +15,7 @@ 'description' => 'This plugin detects the visitor\'s preferred language and sets the local configuration for TYPO3\'s language engine accordingly. Both, one-tree and multiple tree concepts, are supported. It can also select from a list of similar languages if the user\'s preferred language does not exist.', 'category' => 'misc', 'shy' => 0, - 'version' => '2.3.1', + 'version' => '3.0.0', 'dependencies' => '', 'conflicts' => '', 'priority' => '', @@ -27,15 +27,14 @@ 'modify_tables' => '', 'clearcacheonload' => 0, 'lockType' => '', - 'author' => 'Joachim Mathes', - 'author_email' => 't3extensions@punkt.de', - 'author_company' => 'punkt.de GmbH', + 'author' => 'Thomas Löffler', + 'author_email' => 'thomas.loeffler@typo3.org', + 'author_company' => '', 'CGLcompliance' => '', 'CGLcompliance_note' => '', 'constraints' => array( 'depends' => array( - 'php' => '3.0.0-0.0.0', - 'typo3' => '4.0.0-0.0.0', + 'typo3' => '6.2.0-6.2.99', ), 'conflicts' => array( ),