From 775faa9d7969ce7f3c2709f3b40ada8130c4e31c Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Sun, 1 Oct 2023 11:18:37 +0200 Subject: [PATCH] #1243 version bump --- 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 266b166c1..c3c1242d4 100644 --- a/plugins/ldap-contacts-suggestions/index.php +++ b/plugins/ldap-contacts-suggestions/index.php @@ -4,8 +4,8 @@ class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Contacts suggestions (LDAP)', - VERSION = '2.12', - RELEASE = '2023-01-31', + VERSION = '2.13', + RELEASE = '2023-10-01', REQUIRED = '2.23.0', CATEGORY = 'Contacts', DESCRIPTION = 'Get contacts suggestions from LDAP.';