This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changes author information in ext_emconf
- Loading branch information
1 parent
88906ca
commit 4cbf670
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' => '[email protected]', | ||
'author_company' => 'punkt.de GmbH', | ||
'author' => 'Thomas Löffler', | ||
'author_email' => '[email protected]', | ||
'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( | ||
), | ||
|