From b47ac273f3462b44f42425d841ea85a478959eae Mon Sep 17 00:00:00 2001 From: adlerweb Date: Sat, 16 Nov 2024 05:52:19 +0100 Subject: [PATCH] Add JaspersoftStudio --- modules/JaspersoftStudio.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/JaspersoftStudio.php diff --git a/modules/JaspersoftStudio.php b/modules/JaspersoftStudio.php new file mode 100644 index 0000000..61f0fce --- /dev/null +++ b/modules/JaspersoftStudio.php @@ -0,0 +1,15 @@ +patch->setBranch('Community Edition'); + } + function check() : bool { + if ($this->fetch('https://community.jaspersoft.com/download-jaspersoft/community-edition/')) + return $this->parse('/Jaspersoft Studio ([\d\.]+) \| Windows/'); + return false; + } +} + +?>