]> git.joonet.de Git - adminer.git/commitdiff
Release 4.9.2
authorPeter Knut <peter@pematon.com>
Wed, 18 Sep 2024 07:50:35 +0000 (09:50 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 10:16:38 +0000 (11:16 +0100)
adminer/include/version.inc.php
changes.txt

index e7ef277ac4cec40f0c0f887e1a809521b63d6723..d2c24c5b1b6dcfe9f6252d1cc67cf2b012346f98 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$VERSION = "4.9.2-dev";
+$VERSION = "4.9.2";
 
 function adminer_errors($errno, $errstr) {
        return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
index b0ebb6b4e0f7391de8c0b38a518af4cb47f872ae..8a3224a1c32f455909bfc21a4e7950da22f356f5 100644 (file)
@@ -1,6 +1,8 @@
 Adminer 4.9.2-dev:
+PostgreSQL: Fix search fields configuration (regression from 4.9.0)
 PostgreSQL: Fix exporting CREATE TABLE query with GENERATED default values
 PostgreSQL: Fix exporting CREATE TABLE with sequence default value
+PostgreSQL: Fix search condition for network address types, add macaddr8 type
 
 Adminer 4.9.1:
 Support PHP 8.3