From 75f198c8a0ebe286cec047ee924e83bf23aa1444 Mon Sep 17 00:00:00 2001 From: cm-schl <63400209+cm-schl@users.noreply.github.com> Date: Tue, 14 Mar 2023 14:50:22 +0100 Subject: [PATCH] Update release date --- plugins/ldap-mail-accounts/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ldap-mail-accounts/index.php b/plugins/ldap-mail-accounts/index.php index 8d28d1e78..e5258e26d 100644 --- a/plugins/ldap-mail-accounts/index.php +++ b/plugins/ldap-mail-accounts/index.php @@ -15,7 +15,7 @@ class LdapMailAccountsPlugin extends AbstractPlugin VERSION = '2.0.0', AUTHOR = 'cm-schl', URL = 'https://github.com/cm-sch', - RELEASE = '2022-12-08', + RELEASE = '2023-03-14', REQUIRED = '2.25.4', 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).';