Merge branch 'QA_5_0'

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-01-02 15:34:30 +01:00
commit cc48051a1e
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
4 changed files with 1 additions and 3 deletions

View File

@ -17,6 +17,7 @@ phpMyAdmin - ChangeLog
- issue Prevent line wrap in DB structure size column
- issue Remove extra line break from downloaded blob content
- issue #15725 Fixed error 500 when exporting - set time limit when $cfg['ExecTimeLimit'] used a string and not an int value
- issue #15726 Fixed double delete icons on enum editor
5.0.0 (2019-12-26)
- issue #13896 Drop support for PHP 5.5, PHP 5.6, PHP 7.0 and HHVM

View File

@ -41,7 +41,6 @@ p.enum_notice {
}
img {
width: 1.8em;
vertical-align: middle;
}
}

View File

@ -41,7 +41,6 @@ p.enum_notice {
}
img {
width: 1.8em;
vertical-align: middle;
}
}

View File

@ -41,7 +41,6 @@ p.enum_notice {
}
img {
width: 1.8em;
vertical-align: middle;
}
}