Skip to content

Commit

Permalink
Add release feed URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikdg committed Jul 27, 2016
1 parent d332ba2 commit b8426a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions obfuscator/ObfuscatorPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ function getDeveloperUrl()
return 'http://miranj.in';
}

public function getReleaseFeedUrl()
{
return 'https://raw.githubusercontent.com/miranj/craft-obfuscator/master/releases.json';
}

public function addTwigExtension()
{
Craft::import('plugins.obfuscator.twigextensions.ObfuscatorTwigExtension');
Expand Down

0 comments on commit b8426a8

Please sign in to comment.