From bee3ae1b86038c8fc039e8ef335c0869e917c218 Mon Sep 17 00:00:00 2001 From: Elliot Lewis Date: Thu, 17 Mar 2016 19:14:29 +0000 Subject: [PATCH] v1.3.1 ## Hotfix + [Fixed] Plugin breaking bug for GitHub link --- changelog.json | 9 +++++++++ redactorextras/redactorExtrasPlugin.php | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/changelog.json b/changelog.json index bebadb1..2349e16 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,13 @@ [ + { + "version": "1.3.1", + "downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/1.3.1.zip", + "date": "2016-03-17 19:13:00", + "notes": [ + "## Hotfix", + "[Fixed] Plugin breaking bug for GitHub link" + ] + }, { "version": "1.3.0", "downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/1.3.0.zip", diff --git a/redactorextras/redactorExtrasPlugin.php b/redactorextras/redactorExtrasPlugin.php index a1f8e71..c5a4613 100644 --- a/redactorextras/redactorExtrasPlugin.php +++ b/redactorextras/redactorExtrasPlugin.php @@ -11,7 +11,7 @@ function getName() function getVersion() { - return '1.3'; + return '1.3.1'; } function getDeveloper() @@ -24,7 +24,7 @@ function getDeveloperUrl() return 'http://elliotlewis.co.uk/craft'; } - public function getDocumentationUrl() + public function getPluginUrl() { return 'https://github.com/elliotlewis/Redactor-Extras'; }