This commit is contained in:
the-djmaze 2023-06-05 15:12:22 +02:00
parent 14edb6c18e
commit 15eaf18ec3
2 changed files with 13 additions and 7 deletions

View file

@ -6,9 +6,9 @@ class ChangePasswordPoppassdPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Change Password Poppassd',
VERSION = '2.18',
RELEASE = '2022-12-08',
REQUIRED = '2.23.0',
VERSION = '2.19',
RELEASE = '2023-06-05',
REQUIRED = '2.28.0',
CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords through Poppassd';