From d84d21626cee2ac6f157b28371759d2ec7c56905 Mon Sep 17 00:00:00 2001 From: Bert Oost Date: Thu, 31 Jan 2019 20:45:16 +0100 Subject: [PATCH] Bumped for version v2.9.0 --- FroalaEditorPlugin.php | 2 +- releases.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/FroalaEditorPlugin.php b/FroalaEditorPlugin.php index 7ed67eb..f65ad34 100644 --- a/FroalaEditorPlugin.php +++ b/FroalaEditorPlugin.php @@ -26,7 +26,7 @@ public function getName() */ public function getEditorVersion() { - return '2.8.5'; + return '2.9.0'; } /** diff --git a/releases.json b/releases.json index 0ecbdc2..f7768c1 100644 --- a/releases.json +++ b/releases.json @@ -1,4 +1,12 @@ [ + { + "version": "2.9.0", + "downloadUrl": "https://github.com/froala/Craft-Froala-WYSIWYG/archive/v2.9.0.zip", + "date": "2019-01-31T20:45:00+02:00", + "notes": [ + "[Improved] Updated editor to version 2.9.0 along with the plugin version." + ] + }, { "version": "2.8.5", "downloadUrl": "https://github.com/froala/Craft-Froala-WYSIWYG/archive/v2.8.4.zip",