1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 07:06:45 +02:00
This commit is contained in:
Jakub Vrana
2025-04-08 18:29:13 +02:00
parent 588af652d4
commit 51bcc2a064
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
## Adminer dev
## Adminer 5.2.0 (released 2025-04-08)
- Autocomplete SQL commands
- Do not edit NULL values by Modify (bug #967)

View File

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