]> git.joonet.de Git - adminer.git/commitdiff
Release 4.9.1
authorPeter Knut <peter@pematon.com>
Mon, 9 Sep 2024 08:30:14 +0000 (10:30 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 19 Feb 2025 10:16:37 +0000 (11:16 +0100)
adminer/include/version.inc.php
changes.txt

index 639048375eb566563690be542ca7ccc6030649b8..ed4608a8dc34865e6ece95929e973a0a89a8a0de 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$VERSION = "4.9.1-dev";
+$VERSION = "4.9.1";
 
 function adminer_errors($errno, $errstr) {
        return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
index e2daeed1e52fb1a0f6fa364042dd09c05c1ccb96..e9ceaefb8650b6bf7d477e00bee03261ff2f9056 100644 (file)
@@ -1,4 +1,4 @@
-Adminer 4.9.1-dev:
+Adminer 4.9.1:
 Support PHP 8.3
 PostgreSQL: Show only accessible databases
 
@@ -109,7 +109,7 @@ SQLite: Handle error in altering table (bug #697)
 SQLite: Allow setting auto increment for empty tables
 SQLite: Preserve auto increment when recreating table
 MS SQL: Support foreign keys to other DB
-MongoDB: Allow setting authSource from environment variable 
+MongoDB: Allow setting authSource from environment variable
 
 Adminer 4.7.2 (released 2019-07-18):
 Do not attempt logging in without password (bug #676)