From 6dec3c90525c99a69564f25bbda57c1db5a5e7c9 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 16 May 2023 16:57:21 +0200 Subject: [PATCH] Hestia plugin v1.1 for #1128 --- plugins/change-password-hestia/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/change-password-hestia/index.php b/plugins/change-password-hestia/index.php index b88cff25f..a5a4b4054 100644 --- a/plugins/change-password-hestia/index.php +++ b/plugins/change-password-hestia/index.php @@ -7,8 +7,8 @@ class ChangePasswordHestiaPlugin extends \RainLoop\Plugins\AbstractPlugin const NAME = 'Change Password Hestia', AUTHOR = 'Jaap Marcus', - VERSION = '1.0', - RELEASE = '2022-06-02', + VERSION = '1.1', + RELEASE = '2023-05-16', REQUIRED = '2.16.3', CATEGORY = 'Security', DESCRIPTION = 'Extension to allow users to change their passwords through HestiaCP';