diff --git a/plugins/ldap-identities/index.php b/plugins/ldap-identities/index.php index d56df3ca6..4ac3f2faf 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.2', + VERSION = '2.3', AUTHOR = 'FWest98', URL = 'https://github.com/FWest98', - RELEASE = '2024-02-22', + RELEASE = '2024-02-27', REQUIRED = '2.20.0', CATEGORY = 'Accounts', DESCRIPTION = 'Adds functionality to import account identities from LDAP.';