From 8dac28e1a269b903c262a5d64bebdd1e6f01de69 Mon Sep 17 00:00:00 2001 From: S-A-L13 Date: Thu, 22 Feb 2024 14:56:29 +0100 Subject: [PATCH] Update index.php --- 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 f2cc32823..19e7a1503 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.1', + VERSION = '2.2', AUTHOR = 'FWest98', URL = 'https://github.com/FWest98', - RELEASE = '2022-11-09', + RELEASE = '2024-02-22', REQUIRED = '2.20.0', CATEGORY = 'Accounts', DESCRIPTION = 'Adds functionality to import account identities from LDAP.';