#1243 version bump

This commit is contained in:
the-djmaze 2023-10-01 11:18:37 +02:00
parent ebf16393fc
commit 775faa9d79

View file

@ -4,8 +4,8 @@ class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin
{ {
const const
NAME = 'Contacts suggestions (LDAP)', NAME = 'Contacts suggestions (LDAP)',
VERSION = '2.12', VERSION = '2.13',
RELEASE = '2023-01-31', RELEASE = '2023-10-01',
REQUIRED = '2.23.0', REQUIRED = '2.23.0',
CATEGORY = 'Contacts', CATEGORY = 'Contacts',
DESCRIPTION = 'Get contacts suggestions from LDAP.'; DESCRIPTION = 'Get contacts suggestions from LDAP.';