Rename languages in extensions

This commit is contained in:
the-djmaze 2024-03-29 01:06:47 +01:00
parent 04896f5d88
commit 2a56595cf9
78 changed files with 13 additions and 28 deletions

View file

@ -8,9 +8,9 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Two Factor Authentication',
VERSION = '2.18.0',
RELEASE = '2024-02-15',
REQUIRED = '2.30.0',
VERSION = '2.19.0',
RELEASE = '2024-03-29',
REQUIRED = '2.36.0',
CATEGORY = 'Login',
DESCRIPTION = 'Provides support for TOTP 2FA';