diff --git a/oauthimap.xml b/oauthimap.xml index 2ea11c0..00c74a8 100644 --- a/oauthimap.xml +++ b/oauthimap.xml @@ -28,19 +28,9 @@ It permits emails fetching from G Suite and Azure AD mailboxes. - 1.4.0-rc3 + 1.4.0 ~10.0.0 - https://github.com/pluginsGLPI/oauthimap/releases/download/1.4.0-rc3/glpi-oauthimap-1.4.0-rc3.tar.bz2 - - - 1.4.0-rc2 - ~10.0.0 - https://github.com/pluginsGLPI/oauthimap/releases/download/1.4.0-rc2/glpi-oauthimap-1.4.0-rc2.tar.bz2 - - - 1.4.0-rc1 - ~10.0.0 - https://github.com/pluginsGLPI/oauthimap/releases/download/1.4.0-rc1/glpi-oauthimap-1.4.0-rc1.tar.bz2 + https://github.com/pluginsGLPI/oauthimap/releases/download/1.4.0/glpi-oauthimap-1.4.0.tar.bz2 1.3.3 diff --git a/setup.php b/setup.php index 69ed772..c802ab1 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_OAUTHIMAP_VERSION', '1.3.3'); +define('PLUGIN_OAUTHIMAP_VERSION', '1.4.0'); // Minimal GLPI version, inclusive define('PLUGIN_OAUTHIMAP_MIN_GLPI', '10.0.0');