Release ldap contacts suggestions plugin 2.9 for #367

This commit is contained in:
the-djmaze 2022-05-05 16:26:23 +02:00
parent f2ccee1c6b
commit acac16cef0

View file

@ -4,9 +4,10 @@ class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin
{ {
const const
NAME = 'Contacts suggestions (LDAP)', NAME = 'Contacts suggestions (LDAP)',
VERSION = '2.1', VERSION = '2.9',
CATEGORY = 'Security', CATEGORY = 'Security',
DESCRIPTION = 'Get contacts suggestions from LDAP.'; DESCRIPTION = 'Get contacts suggestions from LDAP.',
REQUIRED = '2.9.1';
public function Init() : void public function Init() : void
{ {