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
|
const
|
||||||
NAME = 'LDAP Identities',
|
NAME = 'LDAP Identities',
|
||||||
VERSION = '2.0',
|
VERSION = '2.1',
|
||||||
AUTHOR = 'FWest98',
|
AUTHOR = 'FWest98',
|
||||||
URL = 'https://github.com/FWest98',
|
URL = 'https://github.com/FWest98',
|
||||||
RELEASE = '2020-11-11',
|
RELEASE = '2022-11-09',
|
||||||
REQUIRED = '2.1.0',
|
REQUIRED = '2.20.0',
|
||||||
CATEGORY = 'Accounts',
|
CATEGORY = 'Accounts',
|
||||||
DESCRIPTION = 'Adds functionality to import account identities from LDAP.';
|
DESCRIPTION = 'Adds functionality to import account identities from LDAP.';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue