]> git.joonet.de Git - adminer.git/commitdiff
Release 5.2.0 v5.2.0
authorJakub Vrana <jakub@vrana.cz>
Tue, 8 Apr 2025 16:28:50 +0000 (18:28 +0200)
committerJakub Vrana <jakub@vrana.cz>
Tue, 8 Apr 2025 16:28:50 +0000 (18:28 +0200)
CHANGELOG.md
adminer/include/version.inc.php

index 8054a60f298db60a3cae92f1ae2c68e0df389a28..12ae4991a44ab4a039fcd86dc3a137c3003ad665 100644 (file)
@@ -1,9 +1,9 @@
-## Adminer dev
+## Adminer 5.2.0 (released 2025-04-08)
 - Autocomplete SQL commands
 - Do not edit NULL values by Modify (bug #967)
 - Fix foreign key actions (regression from 5.1.1)
-- PostgreSQL: Support COPY FROM stdin in SQL query (bug #942)
 - MySQL: Display number of found rows in group queries (regression from 5.1.1)
+- PostgreSQL: Support COPY FROM stdin in SQL query (bug #942)
 - non-MySQL: Parse '--' without trailing space as comment in SQL command (bug SF-842)
 - MS SQL: Limit one INSERT in export to 1000 rows (bug #983)
 - CSS: Add logo
index 4415f8e34136331f8c3d826b9fb4eb6bf25c9a61..13b354547cfcb8d239e5196332b3c44cf196c5c1 100644 (file)
@@ -1,4 +1,4 @@
 <?php
 namespace Adminer;
 
-const VERSION = "5.2.0-dev";
+const VERSION = "5.2.0";