Release 5.4.1

This commit is contained in:
Jakub Vrana
2025-09-26 17:38:02 +02:00
parent 9a5b8f1f92
commit eaad45a781
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
## Adminer dev
## Adminer 5.4.1 (released 2025-09-26)
- SQL command: Unlink NULL primary keys
- Do not quote 0 in CSV export
- Warn about exceeded upload_max_filesize in imports

View File

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