Bugfix: plugin package incorrect

This commit is contained in:
the-djmaze 2022-05-20 08:48:35 +02:00
parent 3ab1725bb6
commit 3508adb5ef
2 changed files with 3 additions and 3 deletions

View file

@ -6,8 +6,8 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Change Password',
VERSION = '2.14',
RELEASE = '2022-04-28',
VERSION = '2.16',
RELEASE = '2022-05-20',
REQUIRED = '2.12.0',
CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords';