]> git.joonet.de Git - adminer.git/commitdiff
Release 5.2.1 v5.2.1
authorJakub Vrana <jakub@vrana.cz>
Fri, 11 Apr 2025 20:26:41 +0000 (22:26 +0200)
committerJakub Vrana <jakub@vrana.cz>
Fri, 11 Apr 2025 20:26:41 +0000 (22:26 +0200)
CHANGELOG.md
adminer/include/version.inc.php

index 610a6066b3bcf24502d6265c07a57e4ce2c3c7a5..57e1e44abcc35e92c66d575cee8e330fcc39f226 100644 (file)
@@ -1,4 +1,4 @@
-## Adminer dev
+## Adminer 5.2.1 (released 2025-04-11)
 - Fix search anywhere (bug #1004, regression from 5.1.1)
 - Fix import without primary key (bug #1017, regression from 5.1.1)
 - PostgreSQL PDO: Fix bytea without primary key (bug #1021)
index d793c0e750f297763cb0096d2f1b17789d640cba..92467b1bbf2f75b3ceb02bc6c3754e6a8573258f 100644 (file)
@@ -1,4 +1,4 @@
 <?php
 namespace Adminer;
 
-const VERSION = "5.2.1-dev";
+const VERSION = "5.2.1";