From f177bb2f3118fe96a8997a2ca3134655513dba7e Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Mon, 1 Jul 2024 15:42:18 +0200 Subject: [PATCH] #1645 requires v2.36.5+ --- plugins/login-o365/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/login-o365/index.php b/plugins/login-o365/index.php index a79ade944..5bca32bc6 100644 --- a/plugins/login-o365/index.php +++ b/plugins/login-o365/index.php @@ -19,8 +19,8 @@ class LoginO365Plugin extends \RainLoop\Plugins\AbstractPlugin const NAME = 'Office365/Outlook OAuth2', VERSION = '0.1', - RELEASE = '2024-03-27', - REQUIRED = '2.36.0', + RELEASE = '2024-07-01', + REQUIRED = '2.36.5', CATEGORY = 'Login', DESCRIPTION = 'Office365/Outlook IMAP, Sieve & SMTP login using RFC 7628 OAuth2';