From d799b9340c17252abc868118433de5c182291017 Mon Sep 17 00:00:00 2001 From: Fabian Galinski <fabian@sgalinski.de> Date: Fri, 15 Sep 2017 15:58:55 +0200 Subject: [PATCH] [TASK] Release of version 3.0.1 and change of the issue tracker url --- composer.json | 4 ++-- ext_emconf.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b18dc73..584b172 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "description": "RTE integration of TinyMCE for TYPO3.", "homepage": "https://www.sgalinski.de", "license": "GPL-2.0+", - "version": "3.0.0", + "version": "3.0.1", "support": { - "issues": "https://forge.typo3.org/projects/extension-tinymce4_rte" + "issues": "https://gitlab.sgalinski.de/typo3/tinymce4_rte/issues" }, "repositories": [ { diff --git a/ext_emconf.php b/ext_emconf.php index 035df46..be3ad7f 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' => '3.0.0', + 'version' => '3.0.1', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', -- GitLab