From e37258fd50f1ffd4a1834c682429804fa1184a73 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sat, 29 Mar 2025 17:10:13 +0100 Subject: [PATCH] Add autorestic --- modules/Autorestic.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Autorestic.php diff --git a/modules/Autorestic.php b/modules/Autorestic.php new file mode 100644 index 0000000..62c1133 --- /dev/null +++ b/modules/Autorestic.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/cupcakearmy/autorestic/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>