From c7c43939ceeba49b1f1fad928deca69fb3e072e3 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 11 Apr 2023 09:18:00 +0200 Subject: [PATCH] Update ChangePassword version number --- plugins/change-password-ispconfig/index.php | 6 +++--- plugins/change-password/index.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/change-password-ispconfig/index.php b/plugins/change-password-ispconfig/index.php index 59125a556..ade0ecb09 100644 --- a/plugins/change-password-ispconfig/index.php +++ b/plugins/change-password-ispconfig/index.php @@ -6,9 +6,9 @@ class ChangePasswordISPConfigPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Change Password ISPConfig', - VERSION = '2.14', - RELEASE = '2022-04-28', - REQUIRED = '2.28.0', + VERSION = '2.19', + RELEASE = '2023-04-11', + REQUIRED = '2.23.0', CATEGORY = 'Security', DESCRIPTION = 'Extension to allow users to change their passwords through ISPConfig'; diff --git a/plugins/change-password/index.php b/plugins/change-password/index.php index 76677506f..3b1bc4afd 100644 --- a/plugins/change-password/index.php +++ b/plugins/change-password/index.php @@ -6,8 +6,8 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Change Password', - VERSION = '2.18', - RELEASE = '2023-01-05', + VERSION = '2.19', + RELEASE = '2023-04-11', REQUIRED = '2.23.0', CATEGORY = 'Security', DESCRIPTION = 'Extension to allow users to change their passwords';