Commit a4585239 authored by Andy Hausmann's avatar Andy Hausmann

Updated Config for ExtMan and CHANGELOG.md.

parent b0e56c10
### 1.4.6
### 1.5.0
* __Bugfix__: Restored compatibility to TYPO3 CMS 4.5.x.
* __Misc__: Compatibility revision due to 6.2 LTS.
* __Misc__: Docs: Droped SXW and introduced RST.
* __Improvement__: Increased code quality.
......@@ -24,6 +25,7 @@
### 1.4.2
* __Misc__: Fixed broken links in Extension documentation.
......
......@@ -4,36 +4,21 @@ $EM_CONF[$_EXTKEY] = array(
'title' => 'FlexSlider',
'description' => 'Brings WooThemes\' awesome responsive Slider to TYPO3',
'category' => 'plugin',
'shy' => 0,
'version' => '1.4.5',
'dependencies' => 'extbase,fluid',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'version' => '1.5.0',
'state' => 'stable',
'uploadfolder' => 1,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'clearCacheOnLoad' => 1,
'author' => 'Andy Hausmann',
'author_email' => 'ah@sota-studio.de',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'author_company' => 'SOTA Studio',
'constraints' => array(
'depends' => array(
'extbase' => '1.3',
'fluid' => '1.3',
'typo3' => '4.5-6.1.99',
'typo3' => '6.1.0-6.2.99',
'cms' => '',
'fluidcontent' => '',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:46:{s:12:"CHANGELOG.md";s:4:"2264";s:9:"README.md";s:4:"fb49";s:16:"ext_autoload.php";s:4:"e519";s:21:"ext_conf_template.txt";s:4:"b311";s:12:"ext_icon.gif";s:4:"25cc";s:17:"ext_localconf.php";s:4:"5d47";s:15:"ext_php_api.dat";s:4:"831b";s:14:"ext_tables.php";s:4:"e7c2";s:14:"ext_tables.sql";s:4:"db99";s:12:"t3jquery.txt";s:4:"00cf";s:43:"Classes/Controller/FlexSliderController.php";s:4:"6e49";s:35:"Classes/Domain/Model/FlexSlider.php";s:4:"227f";s:50:"Classes/Domain/Repository/FlexSliderRepository.php";s:4:"f380";s:25:"Classes/Utility/Debug.php";s:4:"7136";s:23:"Classes/Utility/Div.php";s:4:"ef57";s:35:"Classes/Utility/EmConfiguration.php";s:4:"1114";s:42:"Classes/ViewHelpers/AddCssJsViewHelper.php";s:4:"adf5";s:43:"Classes/ViewHelpers/AddJQueryViewHelper.php";s:4:"f061";s:45:"Classes/ViewHelpers/AddJsInlineViewHelper.php";s:4:"8d04";s:41:"Classes/ViewHelpers/DynLinkViewHelper.php";s:4:"9491";s:36:"Configuration/FlexForms/flexform.xml";s:4:"0704";s:32:"Configuration/TCA/FlexSlider.php";s:4:"5ea9";s:38:"Configuration/TypoScript/constants.txt";s:4:"8f54";s:34:"Configuration/TypoScript/setup.txt";s:4:"7d9d";s:40:"Resources/Private/Language/locallang.xml";s:4:"dfbc";s:43:"Resources/Private/Language/locallang_be.xml";s:4:"8c76";s:82:"Resources/Private/Language/locallang_csh_tx_flexslider_domain_model_flexslider.xml";s:4:"0a8b";s:43:"Resources/Private/Language/locallang_db.xml";s:4:"3b08";s:38:"Resources/Private/Layouts/Default.html";s:4:"7cb6";s:42:"Resources/Private/Partials/JavaScript.html";s:4:"6383";s:45:"Resources/Private/Partials/JavaScriptRaw.html";s:4:"e54b";s:45:"Resources/Private/Partials/ResourceFiles.html";s:4:"a544";s:50:"Resources/Private/Php/class.flexslider_wizicon.php";s:4:"77c9";s:48:"Resources/Private/Templates/FlexSlider/List.html";s:4:"9ef4";s:35:"Resources/Public/Css/flexslider.css";s:4:"968f";s:37:"Resources/Public/Icons/pi1_ce_wiz.gif";s:4:"a145";s:64:"Resources/Public/Icons/tx_flexslider_domain_model_flexslider.gif";s:4:"a85b";s:42:"Resources/Public/Images/bg_control_nav.png";s:4:"5ccb";s:44:"Resources/Public/Images/bg_direction_nav.png";s:4:"f595";s:33:"Resources/Public/Js/jquery-min.js";s:4:"398f";s:44:"Resources/Public/Js/jquery.flexslider-min.js";s:4:"41df";s:33:"Resources/Public/Misc/LICENSE.txt";s:4:"0fea";s:32:"Resources/Public/Misc/README.txt";s:4:"e107";s:50:"Tests/Unit/Controller/FlexSliderControllerTest.php";s:4:"1ad2";s:42:"Tests/Unit/Domain/Model/FlexSliderTest.php";s:4:"6ca4";s:14:"doc/manual.sxw";s:4:"e367";}',
'suggests' => array(
'conflicts' => array(),
'suggests' => array(),
),
);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment