Bugfix: KolabAddressBook parse error

This commit is contained in:
the-djmaze 2023-01-03 10:38:07 +01:00
parent 083b6988ee
commit 5cadccb985
2 changed files with 3 additions and 3 deletions

View file

@ -4,8 +4,8 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Kolab',
VERSION = '2.3',
RELEASE = '2022-12-30',
VERSION = '2.4',
RELEASE = '2023-01-03',
CATEGORY = 'Contacts',
DESCRIPTION = 'Use an Address Book of Kolab.',
REQUIRED = '2.24.4';