mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 09:03:48 +08:00
Bump LDAP Identities extension version number
This commit is contained in:
parent
6c276b9b03
commit
2882b58fcf
1 changed files with 3 additions and 3 deletions
|
@ -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.';
|
||||
|
||||
|
|
Loading…
Reference in a new issue