1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 23:27:17 +02:00

Release 5.2.1

This commit is contained in:
Jakub Vrana
2025-04-11 22:26:41 +02:00
parent 2ba833409a
commit eb43ea3025
2 changed files with 2 additions and 2 deletions

View 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)

View File

@@ -1,4 +1,4 @@
<?php
namespace Adminer;
const VERSION = "5.2.1-dev";
const VERSION = "5.2.1";