From 3f801cb762170c8ebf1463cb7f7a1a6ddcfda41f Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Mon, 28 Feb 2022 14:55:00 +0100 Subject: [PATCH] TOTP extension v2.13 --- plugins/two-factor-auth/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/two-factor-auth/index.php b/plugins/two-factor-auth/index.php index d212f6c68..810d3fe02 100644 --- a/plugins/two-factor-auth/index.php +++ b/plugins/two-factor-auth/index.php @@ -7,9 +7,9 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Two Factor Authentication', - VERSION = '2.12.3', - RELEASE = '2022-02-16', - REQUIRED = '2.12.3', + VERSION = '2.13', + RELEASE = '2022-02-28', + REQUIRED = '2.13.0', CATEGORY = 'Login', DESCRIPTION = 'Provides support for TOTP 2FA';