diff --git a/plugins/ldap-identities/index.php b/plugins/ldap-identities/index.php index f2cc32823..19e7a1503 100644 --- a/plugins/ldap-identities/index.php +++ b/plugins/ldap-identities/index.php @@ -8,10 +8,10 @@ class LdapIdentitiesPlugin extends AbstractPlugin { const NAME = 'LDAP Identities', - VERSION = '2.1', + VERSION = '2.2', AUTHOR = 'FWest98', URL = 'https://github.com/FWest98', - RELEASE = '2022-11-09', + RELEASE = '2024-02-22', REQUIRED = '2.20.0', CATEGORY = 'Accounts', DESCRIPTION = 'Adds functionality to import account identities from LDAP.';