diff --git a/modules/PDFsam.php b/modules/PDFsam.php new file mode 100644 index 0000000..3bab346 --- /dev/null +++ b/modules/PDFsam.php @@ -0,0 +1,15 @@ +patch->setBranch('Basic'); + } + function check() : bool { + if ($this->fetch_json('https://api.github.com/repos/torakiki/pdfsam/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>