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