From c5afc11e6a0b9f13a43ffec1f293665dede5d3a9 Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Fri, 24 Apr 2026 09:40:31 +0200 Subject: [PATCH] Fix download URL --- jamf.xml | 2 +- setup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jamf.xml b/jamf.xml index 9e24965..db2013f 100644 --- a/jamf.xml +++ b/jamf.xml @@ -41,7 +41,7 @@ Utilisation 3.2.0 ~11.0.0 - https://github.com/pluginsGLPI/jamf/releases/download/v3.2.0/glpi-jamf-v3.2.0.tar.bz2 + https://github.com/pluginsGLPI/jamf/releases/download/3.2.0/glpi-jamf-3.2.0.tar.bz2 3.1.2 diff --git a/setup.php b/setup.php index f20a15d..71e2d16 100644 --- a/setup.php +++ b/setup.php @@ -36,7 +36,7 @@ define('PLUGIN_JAMF_VERSION', '3.2.0'); define('PLUGIN_JAMF_MIN_GLPI', '11.0.0'); -define('PLUGIN_JAMF_MAX_GLPI', '11.1.0'); +define('PLUGIN_JAMF_MAX_GLPI', '11.0.99'); function plugin_init_jamf() {