1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 23:27:17 +02:00

Release 5.0.1

This commit is contained in:
Jakub Vrana
2025-03-07 13:17:55 +01:00
parent 28c171f681
commit b93d4e2882
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
Adminer dev:
Adminer 5.0.1 (released 2025-03-07):
Fix bulk operations with tables
Remove duplicate columns from select (bug #670)
MariaDB: Fix link to status variable doc (bug #658)