From d0af9982f1378e6ebbabe31f78c3dc0b1d1e9431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 8 Aug 2022 10:59:59 +0200 Subject: [PATCH] 1.4.1 --- oauthimap.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/oauthimap.xml b/oauthimap.xml index 00c74a8..20ff456 100644 --- a/oauthimap.xml +++ b/oauthimap.xml @@ -27,6 +27,11 @@ It permits emails fetching from G Suite and Azure AD mailboxes. TECLIB' + + 1.4.1 + ~10.0.0 + https://github.com/pluginsGLPI/oauthimap/releases/download/1.4.1/glpi-oauthimap-1.4.1.tar.bz2 + 1.4.0 ~10.0.0 diff --git a/setup.php b/setup.php index 4e17807..7126773 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_OAUTHIMAP_VERSION', '1.4.0'); +define('PLUGIN_OAUTHIMAP_VERSION', '1.4.1'); // Minimal GLPI version, inclusive define('PLUGIN_OAUTHIMAP_MIN_GLPI', '10.0.0');