[ldap-contacts-suggestions] Bump version number

This commit is contained in:
David Härdeman 2021-08-22 13:36:05 +02:00
parent 3beef5a789
commit 9876597542

View file

@ -4,9 +4,9 @@ class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin
{ {
const const
NAME = 'Contacts suggestions (LDAP)', NAME = 'Contacts suggestions (LDAP)',
VERSION = '2.0', VERSION = '2.1',
CATEGORY = 'Security', CATEGORY = 'Security',
DESCRIPTION = 'Plugin that adds functionality to get contacts from LDAP on compose page.'; DESCRIPTION = 'Plugin to get contacts suggestions from LDAP.';
public function Init() : void public function Init() : void
{ {