From 56782229102a51d11d0adf135807314e5e6b6bfe Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Wed, 5 Feb 2020 16:18:16 +0100 Subject: [PATCH] Add Bludit --- modules/Bludit.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Bludit.php diff --git a/modules/Bludit.php b/modules/Bludit.php new file mode 100644 index 0000000..9c539be --- /dev/null +++ b/modules/Bludit.php @@ -0,0 +1,14 @@ +fetch('https://api.github.com/repos/bludit/bludit/releases/latest', true)) + return $this->parse_json('tag_name'); + return false; + } +} + +?>