From a389bba3d8eb3f573077dee1077768cb78ebfd38 Mon Sep 17 00:00:00 2001 From: Bert Oost Date: Fri, 1 Mar 2019 21:31:29 +0100 Subject: [PATCH] Bumped for version v2.9.3 --- FroalaEditorPlugin.php | 2 +- releases.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/FroalaEditorPlugin.php b/FroalaEditorPlugin.php index bea45b8..86484bd 100644 --- a/FroalaEditorPlugin.php +++ b/FroalaEditorPlugin.php @@ -26,7 +26,7 @@ public function getName() */ public function getEditorVersion() { - return '2.9.2'; + return '2.9.3'; } /** diff --git a/releases.json b/releases.json index f43d541..d64d57b 100644 --- a/releases.json +++ b/releases.json @@ -1,4 +1,12 @@ [ + { + "version": "2.9.3", + "downloadUrl": "https://github.com/froala/Craft-Froala-WYSIWYG/archive/v2.9.3.zip", + "date": "2019-03-01T21:35:00+02:00", + "notes": [ + "[Improved] Updated editor to version 2.9.3 along with the plugin version." + ] + }, { "version": "2.9.2", "downloadUrl": "https://github.com/froala/Craft-Froala-WYSIWYG/archive/v2.9.2.zip",