mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Release 4.9.4
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$VERSION = "4.9.4-dev";
|
$VERSION = "4.9.4";
|
||||||
|
|
||||||
function adminer_errors($errno, $errstr) {
|
function adminer_errors($errno, $errstr) {
|
||||||
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
|
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
Adminer 4.9.4:
|
||||||
|
Unify displaying of 'New item' action based on privileges
|
||||||
|
Firefox: Fix opening a database to the new browser's tab with Ctrl+click
|
||||||
|
Editor: Fix array conversion to string (issue adminerneo#3).
|
||||||
|
Editor: Fix building links with array parameters
|
||||||
|
|
||||||
Adminer 4.9.3:
|
Adminer 4.9.3:
|
||||||
MySQL, PostgreSQL: Fix queries splitting and string constants
|
MySQL, PostgreSQL: Fix queries splitting and string constants
|
||||||
MySQL: Fix where clause for JSON column
|
MySQL: Fix where clause for JSON column
|
||||||
|
Reference in New Issue
Block a user