diff --git a/composer.json b/composer.json index 8df71e9a885977383aab8ac2617aad02cb89cd2a..b18dc733c5a3cf9366e40ae14411695c517b4d8c 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "RTE integration of TinyMCE for TYPO3.", "homepage": "https://www.sgalinski.de", "license": "GPL-2.0+", - "version": "2.2.4", + "version": "3.0.0", "support": { "issues": "https://forge.typo3.org/projects/extension-tinymce4_rte" }, @@ -16,7 +16,7 @@ ], "require": { "typo3/cms-core": "7.6.0 - 8.7.99", - "sgalinski/tinymce": "dev-typo3v8compatibility" + "sgalinski/tinymce": "^5.0" }, "replace": { "tinymce4_rte": "self.version", diff --git a/ext_emconf.php b/ext_emconf.php index dfbd10fe77b720b0a9e295d956e1851d727acca0..0fedc4bcdd75e117ba3aec4480348b15ffb521c9 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'TinyMCE4 as TYPO3 RTE', 'description' => 'RTE integration of TinyMCE for TYPO3.', 'category' => 'be', - 'version' => '2.2.4', + 'version' => '3.0.0', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', @@ -20,9 +20,9 @@ $EM_CONF[$_EXTKEY] = [ [ 'depends' => [ - 'php' => '5.5.0-7.0.99', - 'typo3' => '7.6.4-8.7.99', - 'tinymce' => '4.3.4-4.4.99', + 'php' => '7.0.0-7.1.99', + 'typo3' => '7.6.0-8.7.99', + 'tinymce' => '5.0.0-5.0.99', ], 'conflicts' => [