diff --git a/plugins/ldap-identities/index.php b/plugins/ldap-identities/index.php index 2fc18ebd5..fc66b9079 100644 --- a/plugins/ldap-identities/index.php +++ b/plugins/ldap-identities/index.php @@ -8,11 +8,11 @@ class LdapIdentitiesPlugin extends AbstractPlugin { const NAME = 'LDAP Identities', - VERSION = '2.0', + VERSION = '2.1', AUTHOR = 'FWest98', URL = 'https://github.com/FWest98', - RELEASE = '2020-11-11', - REQUIRED = '2.1.0', + RELEASE = '2022-11-09', + REQUIRED = '2.20.0', CATEGORY = 'Accounts', DESCRIPTION = 'Adds functionality to import account identities from LDAP.';