Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Update urls to new lewis github
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Payne committed Sep 12, 2017
1 parent f458461 commit 8fde315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions presto/PrestoPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ public function getDeveloperUrl()

public function getDocumentationUrl()
{
return 'https://github.com/caddis/craft-presto';
return 'https://github.com/lewiscommunications/craft-presto';
}

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

protected function defineSettings()
Expand Down
6 changes: 3 additions & 3 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[
{
"version": "0.5.0",
"downloadUrl": "https://github.com/caddis/craft-presto/archive/0.5.0.zip",
"downloadUrl": "https://github.com/lewiscommunications/craft-presto/archive/0.5.0.zip",
"date": "2016-10-19T20:39:16",
"notes": [
"[Added] Initial release."
]
},
{
"version": "0.6.0",
"downloadUrl": "https://github.com/caddis/craft-presto/archive/0.6.0.zip",
"downloadUrl": "https://github.com/lewiscommunications/craft-presto/archive/0.6.0.zip",
"date": "2017-05-10T20:41:59",
"notes": [
"[Added] Added cron cache purging for load balancer implementations."
]
},
{
"version": "0.6.1",
"downloadUrl": "https://github.com/caddis/craft-presto/archive/0.6.1.zip",
"downloadUrl": "https://github.com/lewiscommunications/craft-presto/archive/0.6.1.zip",
"date": "2017-08-04T18:09:02+00:00",
"notes": [
"[Improved] Moved cache clearing to plugin settings page."
Expand Down

0 comments on commit 8fde315

Please sign in to comment.