From e1f522b24124dddf53e7098e48d89e7633131445 Mon Sep 17 00:00:00 2001 From: Paul Ilea <paul@sgalinski.de> Date: Fri, 27 Apr 2018 13:31:51 +0300 Subject: [PATCH] [TASK] Release Version 5.0.2 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 519062b..480f5e4 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "TinyMCE sources including a small PHP API", "homepage": "https://www.sgalinski.de", "license": "GPL-2.0-or-later", - "version": "5.0.1", + "version": "5.0.2", "support": { "issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues" }, diff --git a/ext_emconf.php b/ext_emconf.php index 247a05b..2b8f178 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'tinyMCE', 'description' => 'TinyMCE sources including a small PHP API', 'category' => 'misc', - 'version' => '5.0.1', + 'version' => '5.0.2', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', -- GitLab