From 89e80bf1249f60d3286d5ea315c458a17a8a962c Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Sat, 16 Mar 2024 00:49:18 +0100 Subject: [PATCH] Version bump for #1492 --- plugins/ldap-mail-accounts/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ldap-mail-accounts/index.php b/plugins/ldap-mail-accounts/index.php index 01118cc0f..a6063c640 100644 --- a/plugins/ldap-mail-accounts/index.php +++ b/plugins/ldap-mail-accounts/index.php @@ -12,10 +12,10 @@ class LdapMailAccountsPlugin extends AbstractPlugin { const NAME = 'LDAP Mail Accounts', - VERSION = '2.1.0', + VERSION = '2.1.1', AUTHOR = 'cm-schl', URL = 'https://github.com/cm-sch', - RELEASE = '2024-03-12', + RELEASE = '2024-03-16', REQUIRED = '2.35.3', CATEGORY = 'Accounts', DESCRIPTION = 'Add additional mail accounts the SnappyMail user has access to by a LDAP query. Basing on the work of FWest98 (https://github.com/FWest98).';