1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 17:50:00 +02:00

Release 4.9.4

This commit is contained in:
Peter Knut
2024-10-09 22:09:31 +02:00
parent dd122a1056
commit 0797cb6a10
2 changed files with 12 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "4.9.4-dev";
$VERSION = "4.9.4";

View File

@@ -1,3 +1,14 @@
Adminer 4.9.4 (released 2024-10-09):
- Fix the width of inline edit field.
- Unify displaying of 'New item' action based on privileges.
- Better default value for object definition (*.*) while creating new database user.
- Firefox: Fix opening a database to the new browser's tab with Ctrl+click.
- Remove suppressing errors while reading local files.
- More secure random strings on PHP 7+.
- Editor: Fix array conversion to string (issue #3).
- Editor: Fix building links with array parameters.
- Clean up the code for PHP < 5.6.
Adminer 4.9.3 (released 2024-10-02):
- MySQL, PostgreSQL: Fix queries splitting and string constants.
- MySQL: Fix where clause for JSON column.