This commit is contained in:
the-djmaze 2023-02-10 11:38:41 +01:00
parent 2f22267a77
commit 399ae06a5c
10 changed files with 40 additions and 12 deletions

View file

@ -4,11 +4,11 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Kolab',
VERSION = '2.5',
RELEASE = '2023-01-17',
VERSION = '2.6',
RELEASE = '2023-02-10',
CATEGORY = 'Contacts',
DESCRIPTION = 'Use an Address Book of Kolab.',
REQUIRED = '2.24.6';
REQUIRED = '2.26.0';
public function Init() : void
{