This commit is contained in:
Jakub Vrana
2025-09-26 17:45:02 +02:00
parent eaad45a781
commit c2be05f0e9
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
## 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
- Prolong queries saved from SQL command to URL (bug #1154)
- MySQL: Fix displaying routine definition (bug #1156, regression from 5.4.0)
## Adminer 5.4.0 (released 2025-09-08)

View File

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