mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
Release ldap contacts suggestions plugin 2.9 for #367
This commit is contained in:
parent
f2ccee1c6b
commit
acac16cef0
1 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,10 @@ class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
{
|
||||
const
|
||||
NAME = 'Contacts suggestions (LDAP)',
|
||||
VERSION = '2.1',
|
||||
VERSION = '2.9',
|
||||
CATEGORY = 'Security',
|
||||
DESCRIPTION = 'Get contacts suggestions from LDAP.';
|
||||
DESCRIPTION = 'Get contacts suggestions from LDAP.',
|
||||
REQUIRED = '2.9.1';
|
||||
|
||||
public function Init() : void
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue