From acac16cef0ea9bd65459ea1c42297a26780d5c31 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Thu, 5 May 2022 16:26:23 +0200 Subject: [PATCH] Release ldap contacts suggestions plugin 2.9 for #367 --- plugins/ldap-contacts-suggestions/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/ldap-contacts-suggestions/index.php b/plugins/ldap-contacts-suggestions/index.php index f24812f52..9f7be9e2f 100644 --- a/plugins/ldap-contacts-suggestions/index.php +++ b/plugins/ldap-contacts-suggestions/index.php @@ -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 {