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

Release 5.1.0

This commit is contained in:
Jakub Vrana
2025-03-24 17:35:22 +01:00
parent 1cf5a91d98
commit 99a0949d2a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
## Adminer dev
## Adminer 5.1.0 (released 2025-03-24)
- Display collation at table structure if different from table
- Ctrl+click in select moves the cursor in modern browsers
- URL parameter ?ext=pdo to force using PDO

View File

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