You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ phpMyAdmin - ChangeLog
28
28
- issue #16197 Replace the master/slave terminology
29
29
- issue #17257 Replace libraries/vendor_config.php constants with an array
30
30
31
-
5.1.2 (not yet released)
31
+
5.1.2 (2022-01-20)
32
32
- issue Replaced MySQL documentation redirected links
33
33
- issue #16960 Fix JS error on Designer visual builder on some modal buttons
34
34
- issue Re-build openlayers JS dependency from the source files and provide a smaller JS bundle
@@ -144,6 +144,10 @@ phpMyAdmin - ChangeLog
144
144
- issue #17259 Fix broken link in the Simulate DML query modal
145
145
- issue #16746 Update tcpdf dependency to ^6.4.4 for PHP 8.1 compatibility
146
146
- issue #16746 Update twig dependency to "^2.14.9 || ^3.3.5" for PHP 8.1 compatibility
147
+
- issue [security] Add configuration directive $cfg['Servers'][$i]['hide_connection_errors'] to allow hiding host names and other error details when login fails
148
+
- issue [security] Add configuration directive $cfg['URLQueryEncryption'] to allow encrypting senstive information in the URL
149
+
- issue [security] Fix a scenario where an authenticated user can disable two factor authentication (PMASA-2022-1)
150
+
- issue [security] Fix XSS and HTML injection attacks in the graphical setup page (PMASA-2022-2)
147
151
148
152
5.1.1 (2021-06-04)
149
153
- issue #13325 Fixed created procedure shows up in triggers and events and vice-versa
@@ -568,6 +572,10 @@ phpMyAdmin - ChangeLog
568
572
- issue #15697 Fix uncaught php error: "Call to a member function get() on null" in db_export.php when exporting a table from the list
569
573
570
574
4.9.8 (2022-01-20)
575
+
<<<<<<< HEAD
576
+
=======
577
+
- issue #14321 Display a correct error page when "$cfg['Servers'][$i]['SignonURL']" is empty for auth_type=signon
578
+
>>>>>>> QA_5_1
571
579
- issue #14321 [security] Remove leaked HTML on signon page redirect before login for auth_type=signon
572
580
- issue [security] Add configuration directive $cfg['Servers'][$i]['hide_connection_errors'] to allow hiding host names and other error details when login fails
573
581
- issue [security] Add configuration directive $cfg['URLQueryEncryption'] to allow encrypting senstive information in the URL
0 commit comments