mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
v2.23.0
This commit is contained in:
parent
7807859975
commit
97bdaf4788
16 changed files with 116 additions and 61 deletions
|
|
@ -3,12 +3,12 @@
|
|||
class LdapContactsSuggestionsPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||
{
|
||||
const
|
||||
NAME = 'Contacts suggestions (LDAP)',
|
||||
VERSION = '2.9',
|
||||
RELEASE = '2022-05-05',
|
||||
NAME = 'Contacts suggestions (LDAP)',
|
||||
VERSION = '2.10',
|
||||
RELEASE = '2022-12-08',
|
||||
REQUIRED = '2.23.0',
|
||||
CATEGORY = 'Contacts',
|
||||
DESCRIPTION = 'Get contacts suggestions from LDAP.',
|
||||
REQUIRED = '2.9.1';
|
||||
DESCRIPTION = 'Get contacts suggestions from LDAP.';
|
||||
|
||||
public function Init() : void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue