From 83bfc66bbec3d3506dcee856bc55139e6b277e34 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 8 Oct 2021 14:22:20 +0200 Subject: [PATCH] Add OnlyOffice --- modules/OnlyOffice.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/OnlyOffice.php diff --git a/modules/OnlyOffice.php b/modules/OnlyOffice.php new file mode 100644 index 0000000..1e3945a --- /dev/null +++ b/modules/OnlyOffice.php @@ -0,0 +1,15 @@ +patch->setBranch('Desktop Editors'); + } + function check() : bool { + if ($this->fetch_json('https://api.github.com/repos/ONLYOFFICE/DesktopEditors/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>