Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
## Hotfix

 + [Fixed] Plugin breaking bug for GitHub link
  • Loading branch information
Elliot Lewis committed Mar 17, 2016
1 parent 7adc1b2 commit bee3ae1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions redactorextras/redactorExtrasPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function getName()

function getVersion()
{
return '1.3';
return '1.3.1';
}

function getDeveloper()
Expand All @@ -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';
}
Expand Down

0 comments on commit bee3ae1

Please sign in to comment.