1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 06:37:33 +02:00

Release 5.3.0

This commit is contained in:
Jakub Vrana
2025-05-04 18:30:08 +02:00
parent 62a9cf3e3f
commit 1cfc8451ef
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
## Adminer dev
## Adminer 5.3.0 (released 2025-05-04)
- Align numeric functions right
- Autocomplete: Support table aliases
- Fix type error in Create function (bug #1053, regression from 5.1.1)

View File

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