Skip to content
Snippets Groups Projects
Commit e1f522b2 authored by Paul Ilea's avatar Paul Ilea
Browse files

[TASK] Release Version 5.0.2

parent 7917fe8a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "TinyMCE sources including a small PHP API", "description": "TinyMCE sources including a small PHP API",
"homepage": "https://www.sgalinski.de", "homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"version": "5.0.1", "version": "5.0.2",
"support": { "support": {
"issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues" "issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues"
}, },
......
...@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'tinyMCE', 'title' => 'tinyMCE',
'description' => 'TinyMCE sources including a small PHP API', 'description' => 'TinyMCE sources including a small PHP API',
'category' => 'misc', 'category' => 'misc',
'version' => '5.0.1', 'version' => '5.0.2',
'state' => 'stable', 'state' => 'stable',
'uploadfolder' => FALSE, 'uploadfolder' => FALSE,
'createDirs' => '', 'createDirs' => '',
......
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