From e2338b0ab118608ca4cdd0b7aafb31c4de6164c9 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 8 Mar 2022 15:01:55 +0100 Subject: [PATCH] change-password v2.13 --- plugins/change-password/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/change-password/index.php b/plugins/change-password/index.php index 13ba2f35a..bf0abd371 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.12', - RELEASE = '2022-02-10', + VERSION = '2.13', + RELEASE = '2022-03-08', REQUIRED = '2.12.0', CATEGORY = 'Security', DESCRIPTION = 'Extension to allow users to change their passwords';