diff --git a/README.md b/README.md index 34aa398..8c10324 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,6 @@ https://typo3worx.eu/2017/02/configure-ckeditor-in-typo3/ 4. TS (ckeditor_config) im Template hinzufügen -**Problem:** - -Die Einbindung eines Plugins klappt aktuell noch nicht. Keine Ahnung warum. - Demo: http://p208589.mittwaldserver.info/demo/rte/ diff --git a/composer.json b/composer.json index 27ea6bd..8d62aec 100644 --- a/composer.json +++ b/composer.json @@ -5,5 +5,5 @@ "homepage": "http://lab81.de", "license": ["GPL-2.0+"], "keywords": ["TYPO3 CMS"], - "version": "1.0.0" -} \ No newline at end of file + "version": "1.2.0" +} diff --git a/ext_emconf.php b/ext_emconf.php index f58e8be..2b7fa87 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -23,5 +23,5 @@ 'author' => 'Carsten Hager', 'author_email' => 'ch@lab81.de', 'author_company' => 'Lab81 Medienagentur', - 'version' => '1.1.0', + 'version' => '1.2.0', );