From 39e7e956e658d6bdfa7cc73914e781ddc6c8c9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Thu, 5 Aug 2021 09:44:54 +0200 Subject: [PATCH] Add 1.2.0 version definition --- oauthimap.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/oauthimap.xml b/oauthimap.xml index 63f06d7..e00d159 100644 --- a/oauthimap.xml +++ b/oauthimap.xml @@ -27,6 +27,11 @@ It permits emails fetching from G Suite and Azure AD mailboxes. TECLIB' + + 1.2.0 + ~9.5.0 + https://github.com/pluginsGLPI/oauthimap/releases/download/1.2.0/glpi-oauthimap-1.2.0.tar.bz2 + 1.1.0 ~9.5.0 diff --git a/setup.php b/setup.php index 00b96c4..4e5d45b 100644 --- a/setup.php +++ b/setup.php @@ -24,7 +24,7 @@ -------------------------------------------------------------------------- */ -define('PLUGIN_OAUTHIMAP_VERSION', '1.1.0'); +define('PLUGIN_OAUTHIMAP_VERSION', '1.2.0'); // Minimal GLPI version, inclusive define('PLUGIN_OAUTHIMAP_MIN_GLPI', '9.5');