Bugfixes for KolabAddressBook

This commit is contained in:
the-djmaze 2022-05-20 17:07:40 +02:00
parent 010f38ea25
commit 14fdd4aa32
4 changed files with 61 additions and 38 deletions

View file

@ -4,11 +4,11 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Kolab',
VERSION = '1.0',
RELEASE = '2022-05-19',
VERSION = '1.1',
RELEASE = '2022-05-20',
CATEGORY = 'Contacts',
DESCRIPTION = 'Use an Address Book of Kolab.',
REQUIRED = '2.16.0';
REQUIRED = '2.16.2';
public function Init() : void
{