Default pdo_mysql_ssl_verify to false

This commit is contained in:
the-djmaze 2022-03-10 12:41:41 +01:00
parent c725f9eebf
commit d4069fd835
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.13',
RELEASE = '2022-03-08',
VERSION = '2.13.1',
RELEASE = '2022-03-10',
REQUIRED = '2.12.0',
CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords';