From 9876597542cd1bffad903dffe6ec561f58293ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A4rdeman?= Date: Sun, 22 Aug 2021 13:36:05 +0200 Subject: [PATCH] [ldap-contacts-suggestions] Bump version number --- plugins/ldap-contacts-suggestions/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {