Bump LDAP Identities extension version number

This commit is contained in:
the-djmaze 2022-11-10 13:58:31 +01:00
parent 6c276b9b03
commit 2882b58fcf

View file

@ -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.';