From 53d734cbb8de51d269a38354d4208c23072f2115 Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:09:18 +0200 Subject: [PATCH] 1.5.3 --- CHANGELOG.md | 6 ++++++ oauthimap.xml | 5 +++++ setup.php | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de05216..73a1360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.5.3] - 2026-06-24 + +### Fixed + +- Improve rendering + ## [1.5.2] - 2026-06-24 ### Fixed diff --git a/oauthimap.xml b/oauthimap.xml index dc7a5a3..675fc89 100644 --- a/oauthimap.xml +++ b/oauthimap.xml @@ -27,6 +27,11 @@ It permits emails fetching from G Suite and Azure AD mailboxes. TECLIB' + + 1.5.3 + ~11.0.0 + https://github.com/pluginsGLPI/oauthimap/releases/download/1.5.3/glpi-oauthimap-1.5.3.tar.bz2 + 1.5.2 ~11.0.0 diff --git a/setup.php b/setup.php index eca1fec..5473f75 100644 --- a/setup.php +++ b/setup.php @@ -32,7 +32,7 @@ use function Safe\define; -define('PLUGIN_OAUTHIMAP_VERSION', '1.5.2'); +define('PLUGIN_OAUTHIMAP_VERSION', '1.5.3'); // Minimal GLPI version, inclusive define('PLUGIN_OAUTHIMAP_MIN_GLPI', '11.0.0');