diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ecc49a5..b70401f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.1.3 (June 8, 2023) +-------------------- +- Fix #53: Fix initialize of inline script of QR code + 1.1.2 (May 17, 2023) ------------------- - Fix #55: Don't send a verification code when trusted IP address diff --git a/module.json b/module.json index 275010d..70e0104 100644 --- a/module.json +++ b/module.json @@ -12,7 +12,7 @@ "resources/screen2.png", "resources/screen3.png" ], - "version": "1.1.2", + "version": "1.1.3", "humhub": { "minVersion": "1.11" } diff --git a/views/config/userGoogleAuthenticatorCode.php b/views/config/userGoogleAuthenticatorCode.php index 8910da8..7b37e6f 100644 --- a/views/config/userGoogleAuthenticatorCode.php +++ b/views/config/userGoogleAuthenticatorCode.php @@ -5,6 +5,7 @@ * @license https://www.humhub.com/licences */ +use humhub\libs\Html; use humhub\modules\twofa\helpers\TwofaHelper; /* @var $qrCodeText string */ @@ -39,7 +40,7 @@ - \ No newline at end of file +