]> git.joonet.de Git - adminer.git/commitdiff
Release 4.9.4
authorPeter Knut <peter@pematon.com>
Wed, 9 Oct 2024 20:09:31 +0000 (22:09 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 10:16:40 +0000 (11:16 +0100)
adminer/include/version.inc.php
changes.txt

index 69aa5f5f111f5ad54949a6935638c9eae95208ac..e2309dd866e3980b4677de419961b10aa1de2620 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$VERSION = "4.9.4-dev";
+$VERSION = "4.9.4";
 
 function adminer_errors($errno, $errstr) {
        return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
index 6c8bf97294cce756835e8b002da36a1c8a101f15..ac20f52dfef3c18a250260ab59acc9309a4b30ef 100644 (file)
@@ -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:
 MySQL, PostgreSQL: Fix queries splitting and string constants
 MySQL: Fix where clause for JSON column