From e1d66d90ae3b9b036b13940d744e1e073bcd92c8 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Thu, 19 Jan 2023 17:27:14 +0100 Subject: [PATCH] Resolve #863 --- plugins/ldap-login-mapping/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/ldap-login-mapping/index.php b/plugins/ldap-login-mapping/index.php index e3aeb2e8c..53c8f5622 100644 --- a/plugins/ldap-login-mapping/index.php +++ b/plugins/ldap-login-mapping/index.php @@ -8,10 +8,10 @@ class LDAPLoginMappingPlugin extends AbstractPlugin { const NAME = 'LDAP login mapping', - VERSION = '2.0', + VERSION = '2.1', AUTHOR = 'RainLoop Team, Ludovic Pouzenc, ZephOne', - RELEASE = '2022-07-13', - REQUIRED = '2.16.3', + RELEASE = '2023-01-19', + REQUIRED = '2.19.2', CATEGORY = 'Login', DESCRIPTION = 'Enable custom mapping using ldap field'; /**