Skip to content
Snippets Groups Projects
Commit 8a68e216 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Release of version 1.0.4

parent 6562983f
No related branches found
No related tags found
No related merge requests found
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "tinymce4_rte".
*
* Auto generated 05-08-2014 22:42
*
* 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 (
$EM_CONF[$_EXTKEY] = array(
'title' => 'TinyMCE4 as TYPO3 RTE',
'description' => 'RTE integration of TinyMCE for TYPO3.',
'category' => 'be',
'version' => '1.0.3',
'version' => '1.0.4',
'state' => 'stable',
'uploadfolder' => false,
'uploadfolder' => FALSE,
'createDirs' => '',
'clearcacheonload' => false,
'clearcacheonload' => FALSE,
'author' => 'Stefan Galinski',
'author_email' => 'stefan@sgalinski.de',
'author_company' => 'sgalinski Internet Services',
'constraints' =>
array (
'depends' =>
array (
'php' => '5.3.0-5.5.99',
'typo3' => '6.2.0-6.2.99',
'tinymce' => '4.1.5-4.1.99',
),
'conflicts' =>
array (
'ch_rterecords' => '',
'linkhandler' => '',
'rtehtmlarea' => '',
'rte_tinymce' => '',
'tinyrteru' => '',
'tinyrte' => '',
'constraints' =>
array(
'depends' =>
array(
'php' => '5.3.0-5.5.99',
'typo3' => '6.2.0-6.2.99',
'tinymce' => '4.1.5-4.1.99',
),
'conflicts' =>
array(
'ch_rterecords' => '',
'linkhandler' => '',
'rtehtmlarea' => '',
'rte_tinymce' => '',
'tinyrteru' => '',
'tinyrte' => '',
),
'suggests' =>
array(),
),
'suggests' =>
array (
),
),
);
);
\ No newline at end of file
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