From ae06033d1eb0edeca3f832c755a96227dc8f6494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 18 Apr 2023 16:53:43 +0200 Subject: [PATCH] 1.4.3 --- oauthimap.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/oauthimap.xml b/oauthimap.xml index 2dfa02b..2375b64 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.3 + ~10.0.7 + https://github.com/pluginsGLPI/oauthimap/releases/download/1.4.3/glpi-oauthimap-1.4.3.tar.bz2 + 1.4.2 ~10.0.0 diff --git a/setup.php b/setup.php index 2429eb6..d688739 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_OAUTHIMAP_VERSION', '1.4.2'); +define('PLUGIN_OAUTHIMAP_VERSION', '1.4.3'); // Minimal GLPI version, inclusive define('PLUGIN_OAUTHIMAP_MIN_GLPI', '10.0.7');