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