Release ChangePassword plugins v2.14

This commit is contained in:
the-djmaze 2022-04-29 12:08:05 +02:00
parent 1dccfdba3b
commit 9f2c06bcd3
2 changed files with 3 additions and 3 deletions

View file

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

View file

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