Skip to content

Commit

Permalink
[Fixed] Hotfix, links all wrong in changelog.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Lewis committed Mar 17, 2016
1 parent bee3ae1 commit 0c8fe49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
20 changes: 6 additions & 14 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
[
{
"version": "1.3.1",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/1.3.1.zip",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/v1.3.2.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",
"date": "2016-03-17 18:35:00",
"notes": [
"## New Predefined Links plugin",
"[Added] Predefined Links plugin - Add a list of predefined links to the link menu",
"[Added] changelog.json so Craft is aware of plugin updates!"
"[Added] changelog.json so Craft is aware of plugin updates!",
"[Fixed] Plugin breaking bug for GitHub link"
]
},
{
"version": "1.2.0",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/1.2.0.zip",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/v1.2.0.zip",
"date": "2016-03-08 16:33:37",
"notes": [
"## New Properties plugin",
Expand All @@ -30,7 +22,7 @@
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/1.1.0.zip",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/v1.1.0.zip",
"date": "2016-02-16 14:34:23",
"notes": [
"## New Limit plugin",
Expand All @@ -40,7 +32,7 @@
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/1.0.0.zip",
"downloadUrl": "https://github.com/elliotlewis/Redactor-Extras/archive/v1.0.0.zip",
"date": "2016-02-10 17:56:52",
"notes": [
"## First release. Available plugins are:",
Expand Down
2 changes: 1 addition & 1 deletion 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.1';
return '1.3.2';
}

function getDeveloper()
Expand Down

0 comments on commit 0c8fe49

Please sign in to comment.