]> git.joonet.de Git - adminer.git/commitdiff
Release 5.0.1 v5.0.1
authorJakub Vrana <jakub@vrana.cz>
Fri, 7 Mar 2025 12:17:55 +0000 (13:17 +0100)
committerJakub Vrana <jakub@vrana.cz>
Fri, 7 Mar 2025 12:17:55 +0000 (13:17 +0100)
adminer/include/version.inc.php
changes.txt

index 9cf360787c3e830e81ba99b8d52befc246215ffc..4af5eacd780f206b29e7c4838ff6875bc58dc00a 100644 (file)
@@ -1,4 +1,4 @@
 <?php
 namespace Adminer;
 
-$VERSION = "5.0.1-dev";
+$VERSION = "5.0.1";
index 3fa110691c0423a174e4d362184b344877bf3a70..cfdec17139f8db3751fad66adee0b78926ccc653 100644 (file)
@@ -1,4 +1,4 @@
-Adminer dev:
+Adminer 5.0.1 (released 2025-03-07):
 Fix bulk operations with tables
 Remove duplicate columns from select (bug #670)
 MariaDB: Fix link to status variable doc (bug #658)