Add ChangeLog entry for #18650
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
fb09439ff5
commit
fb2c4bf1df
@ -56,6 +56,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #14411 Fixed double tap to edit on mobile devices
|
||||
- issue Update documentation to reflect that Node >= 12 is required to compile the JS and CSS files
|
||||
- issue #18578 Fixed PDF export NULL values gives a type error
|
||||
- issue #18650 Fixed double escaping on foreign key relation link title
|
||||
|
||||
5.2.1 (2023-02-07)
|
||||
- issue #17522 Fix case where the routes cache file is invalid
|
||||
|
||||
@ -2880,6 +2880,11 @@ parameters:
|
||||
count: 1
|
||||
path: libraries/classes/Dbal/DbiMysqli.php
|
||||
|
||||
-
|
||||
message: "#^Method PhpMyAdmin\\\\Dbal\\\\DbiMysqli\\:\\:getProtoInfo\\(\\) should return string but returns int\\.$#"
|
||||
count: 1
|
||||
path: libraries/classes/Dbal/DbiMysqli.php
|
||||
|
||||
-
|
||||
message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:fetchAllKeyPair\\(\\) should return array\\<string, string\\|null\\> but returns array\\<int\\|string, mixed\\>\\.$#"
|
||||
count: 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user