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