Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-19 18:07:50 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-19 18:15:06 +0300
commit4bc1ae53da043fb2ae577cf2e57ab09ea4f56b1a (patch)
tree6ae6a6e2ff7293e8e22162e69bb91028887c99dc /ChangeLog
parent031d197ccde760c5c6c49817442394079ae983b1 (diff)
Fix error when configuring 2FA without XMLWriter or Imagick
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17506. References: - https://github.com/Bacon/BaconQrCode/blob/d70c840f68657ce49094b8d91f9ee0cc07fbf66c/src/Renderer/Image/SvgImageBackEnd.php#L45 - https://github.com/antonioribeiro/google2fa-qrcode/blob/0459a5d7bab06b11a09a365288d41a41d2afe63f/src/QRCode/Bacon.php#L75 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2eb070e9e2..999f1836e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
5.2.1 (not yet released)
- issue #17522 Fix case where the routes cache file is invalid
+- issue #17506 Fix error when configuring 2FA without XMLWriter or Imagick
5.2.0 (2022-05-10)
- issue #16521 Upgrade Bootstrap to version 5