Skip to content

Commit

Permalink
Add releases.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bossanova808 committed Apr 26, 2016
1 parent a1665ab commit 5222e5c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
7 changes: 6 additions & 1 deletion multiadd/MultiAddPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function getName()

public function getVersion()
{
return '0.0.8';
return '0.0.9';
}

public function getDeveloper()
Expand All @@ -43,6 +43,11 @@ function getDescription(){
return 'Provides an alternative controller to assist in adding multiple items to your Craft Commerce cart in one operation.';
}

public function getReleaseFeedUrl()
{
return 'https://raw.githubusercontent.com/engram-design/MultiAdd/master/releases.json';
}

function hasSettings(){
return true;
}
Expand Down
10 changes: 10 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"version": "0.0.9",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.0.9.zip",
"date": "2016-04-26T11:17:28+10:00",
"notes": [
"[Added] Add releases.json for updates",
]
},
]

0 comments on commit 5222e5c

Please sign in to comment.