From 31d9e9fd1b011fbecf37cd4284b5a89c9af59d91 Mon Sep 17 00:00:00 2001 From: S-A-L13 Date: Tue, 27 Feb 2024 14:30:57 +0100 Subject: [PATCH] Changed version to 2.3 --- plugins/ldap-identities/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ldap-identities/index.php b/plugins/ldap-identities/index.php index d56df3ca6..4ac3f2faf 100644 --- a/plugins/ldap-identities/index.php +++ b/plugins/ldap-identities/index.php @@ -8,10 +8,10 @@ class LdapIdentitiesPlugin extends AbstractPlugin { const NAME = 'LDAP Identities', - VERSION = '2.2', + VERSION = '2.3', AUTHOR = 'FWest98', URL = 'https://github.com/FWest98', - RELEASE = '2024-02-22', + RELEASE = '2024-02-27', REQUIRED = '2.20.0', CATEGORY = 'Accounts', DESCRIPTION = 'Adds functionality to import account identities from LDAP.';