diff --git a/modules/Golinks.php b/modules/Golinks.php new file mode 100644 index 0000000..f0b2168 --- /dev/null +++ b/modules/Golinks.php @@ -0,0 +1,14 @@ +fetch('https://api.github.com/repos/prologic/golinks/releases/latest', true)) + return $this->parse_json('tag_name'); + return false; + } +} + +?>