mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Bugfixes for KolabAddressBook
This commit is contained in:
parent
010f38ea25
commit
14fdd4aa32
4 changed files with 61 additions and 38 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue