This commit is contained in:
Jakub Vrana
2025-09-08 11:43:22 +02:00
parent 6f339bac6c
commit 46638ebd9a
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
## Adminer dev
## Adminer 5.4.0 (released 2025-09-08)
- Allow specifying operator in search anywhere
- Do not order descending in GROUP BY select

View File

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