mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 09:03:48 +08:00
Update ChangePassword version number
This commit is contained in:
parent
9689b480a0
commit
c7c43939ce
2 changed files with 5 additions and 5 deletions
|
@ -6,9 +6,9 @@ class ChangePasswordISPConfigPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
{
|
||||
const
|
||||
NAME = 'Change Password ISPConfig',
|
||||
VERSION = '2.14',
|
||||
RELEASE = '2022-04-28',
|
||||
REQUIRED = '2.28.0',
|
||||
VERSION = '2.19',
|
||||
RELEASE = '2023-04-11',
|
||||
REQUIRED = '2.23.0',
|
||||
CATEGORY = 'Security',
|
||||
DESCRIPTION = 'Extension to allow users to change their passwords through ISPConfig';
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
{
|
||||
const
|
||||
NAME = 'Change Password',
|
||||
VERSION = '2.18',
|
||||
RELEASE = '2023-01-05',
|
||||
VERSION = '2.19',
|
||||
RELEASE = '2023-04-11',
|
||||
REQUIRED = '2.23.0',
|
||||
CATEGORY = 'Security',
|
||||
DESCRIPTION = 'Extension to allow users to change their passwords';
|
||||
|
|
Loading…
Reference in a new issue