mirror of
https://github.com/vrana/adminer.git
synced 2026-01-09 09:02:56 +01:00
Develop
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
namespace Adminer;
|
||||
|
||||
const VERSION = "5.4.1";
|
||||
const VERSION = "5.4.2-dev";
|
||||
|
||||
Reference in New Issue
Block a user