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'; /**