diff --git a/plugins/ldap-contacts-suggestions/index.php b/plugins/ldap-contacts-suggestions/index.php index 8ad39ae3b..3a5c06c1e 100644 --- a/plugins/ldap-contacts-suggestions/index.php +++ b/plugins/ldap-contacts-suggestions/index.php @@ -4,9 +4,9 @@ class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Contacts suggestions (LDAP)', - VERSION = '2.0', + VERSION = '2.1', 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 {