From 9f2c06bcd3f1f839075e9855a2de42ca27b2351e Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Fri, 29 Apr 2022 12:08:05 +0200 Subject: [PATCH] Release ChangePassword plugins v2.14 --- plugins/change-password-poppassd/index.php | 4 ++-- plugins/change-password/index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/change-password-poppassd/index.php b/plugins/change-password-poppassd/index.php index 4e6874baf..cc5fe7866 100644 --- a/plugins/change-password-poppassd/index.php +++ b/plugins/change-password-poppassd/index.php @@ -6,9 +6,9 @@ class ChangePasswordPoppassdPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Change Password Poppassd', - VERSION = '2.15.0', + VERSION = '2.14', RELEASE = '2022-04-28', - REQUIRED = '2.15.1', + REQUIRED = '2.12.0', CATEGORY = 'Security', DESCRIPTION = 'Extension to allow users to change their passwords through Poppassd'; diff --git a/plugins/change-password/index.php b/plugins/change-password/index.php index 60f453f85..587d77bd8 100644 --- a/plugins/change-password/index.php +++ b/plugins/change-password/index.php @@ -6,7 +6,7 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Change Password', - VERSION = '2.13.2', + VERSION = '2.14', RELEASE = '2022-04-28', REQUIRED = '2.12.0', CATEGORY = 'Security',