change-password v2.13

This commit is contained in:
the-djmaze 2022-03-08 15:01:55 +01:00
parent 6d8408b0ad
commit e2338b0ab1

View file

@ -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';