1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 15:16:44 +02:00

Release 5.1.1

This commit is contained in:
Jakub Vrana
2025-04-02 19:56:11 +02:00
parent 5b7dfbec11
commit 5fdcfd0978
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
## Adminer dev
## Adminer 5.1.1 (released 2025-04-02)
- Export: Fix tar (regression from 5.0.3)
- Select: Allow ordering by COUNT(*) (bug #966, regression from 5.0.2)
- Optimize retrieving columns for schema

View File

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