Skip to content

Commit

Permalink
Added releases URL to plugin file because duuuhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed Mar 29, 2016
1 parent 1972ded commit 7916e10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ColorMixerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ public function addTwigExtension()

return new ColorMixerTwigExtension();
}

public function getReleaseFeedUrl()
{
return 'https://raw.githubusercontent.com/ethercreative/ColorMixer/master/releases.json';
}
}

0 comments on commit 7916e10

Please sign in to comment.