Update ChangePassword version number

This commit is contained in:
the-djmaze 2023-04-11 09:18:00 +02:00
parent 9689b480a0
commit c7c43939ce
2 changed files with 5 additions and 5 deletions

View file

@ -6,9 +6,9 @@ class ChangePasswordISPConfigPlugin extends \RainLoop\Plugins\AbstractPlugin
{ {
const const
NAME = 'Change Password ISPConfig', NAME = 'Change Password ISPConfig',
VERSION = '2.14', VERSION = '2.19',
RELEASE = '2022-04-28', RELEASE = '2023-04-11',
REQUIRED = '2.28.0', REQUIRED = '2.23.0',
CATEGORY = 'Security', CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords through ISPConfig'; DESCRIPTION = 'Extension to allow users to change their passwords through ISPConfig';

View file

@ -6,8 +6,8 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
{ {
const const
NAME = 'Change Password', NAME = 'Change Password',
VERSION = '2.18', VERSION = '2.19',
RELEASE = '2023-01-05', RELEASE = '2023-04-11',
REQUIRED = '2.23.0', REQUIRED = '2.23.0',
CATEGORY = 'Security', CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords'; DESCRIPTION = 'Extension to allow users to change their passwords';