From 2882b58fcf7445163083b6ac3dfca46bee334a64 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Thu, 10 Nov 2022 13:58:31 +0100 Subject: [PATCH] Bump LDAP Identities extension version number --- plugins/ldap-identities/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/ldap-identities/index.php b/plugins/ldap-identities/index.php index 2fc18ebd5..fc66b9079 100644 --- a/plugins/ldap-identities/index.php +++ b/plugins/ldap-identities/index.php @@ -8,11 +8,11 @@ class LdapIdentitiesPlugin extends AbstractPlugin { const NAME = 'LDAP Identities', - VERSION = '2.0', + VERSION = '2.1', AUTHOR = 'FWest98', URL = 'https://github.com/FWest98', - RELEASE = '2020-11-11', - REQUIRED = '2.1.0', + RELEASE = '2022-11-09', + REQUIRED = '2.20.0', CATEGORY = 'Accounts', DESCRIPTION = 'Adds functionality to import account identities from LDAP.';