From aa67e668341868305a8dd50887be64ec92f86b2b Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Wed, 18 May 2022 22:53:20 +0200 Subject: [PATCH] Place contacts suggestions plugins in `Contacts` category --- plugins/imap-contacts-suggestions/index.php | 8 ++++---- plugins/ldap-contacts-suggestions/index.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/imap-contacts-suggestions/index.php b/plugins/imap-contacts-suggestions/index.php index 54e1b576e..01f665482 100644 --- a/plugins/imap-contacts-suggestions/index.php +++ b/plugins/imap-contacts-suggestions/index.php @@ -4,10 +4,10 @@ class ImapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Contacts suggestions (IMAP folder)', - VERSION = '0.1', - RELEASE = '2022-05-17', - CATEGORY = 'Security', - DESCRIPTION = 'Get contacts suggestions from IMAP folder.', + VERSION = '1.0', + RELEASE = '2022-05-18', + CATEGORY = 'Contacts', + DESCRIPTION = 'Get contacts suggestions from IMAP INBOX folder.', REQUIRED = '2.15.2'; public function Init() : void diff --git a/plugins/ldap-contacts-suggestions/index.php b/plugins/ldap-contacts-suggestions/index.php index 702a753c7..973f9f2f3 100644 --- a/plugins/ldap-contacts-suggestions/index.php +++ b/plugins/ldap-contacts-suggestions/index.php @@ -6,7 +6,7 @@ class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin NAME = 'Contacts suggestions (LDAP)', VERSION = '2.9', RELEASE = '2022-05-05', - CATEGORY = 'Security', + CATEGORY = 'Contacts', DESCRIPTION = 'Get contacts suggestions from LDAP.', REQUIRED = '2.9.1';