From 5222e5c171d2c040e08536493f34fd456a747105 Mon Sep 17 00:00:00 2001 From: bossanova808 Date: Tue, 26 Apr 2016 11:23:10 +1000 Subject: [PATCH] Add releases.json --- multiadd/MultiAddPlugin.php | 7 ++++++- releases.json | 10 ++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 releases.json diff --git a/multiadd/MultiAddPlugin.php b/multiadd/MultiAddPlugin.php index 9de5f55..7a3664f 100644 --- a/multiadd/MultiAddPlugin.php +++ b/multiadd/MultiAddPlugin.php @@ -22,7 +22,7 @@ public function getName() public function getVersion() { - return '0.0.8'; + return '0.0.9'; } public function getDeveloper() @@ -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; } diff --git a/releases.json b/releases.json new file mode 100644 index 0000000..bf8fd21 --- /dev/null +++ b/releases.json @@ -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", + ] + }, +]