1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00
This commit is contained in:
Jakub Vrana
2025-03-07 13:19:13 +01:00
parent b93d4e2882
commit 14b257784b
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -1,5 +1,7 @@
Adminer dev:
Adminer 5.0.1 (released 2025-03-07): Adminer 5.0.1 (released 2025-03-07):
Fix bulk operations with tables Fix bulk operations with tables (regression from 5.0.0)
Remove duplicate columns from select (bug #670) Remove duplicate columns from select (bug #670)
MariaDB: Fix link to status variable doc (bug #658) MariaDB: Fix link to status variable doc (bug #658)
PostgreSQL: Support indexes on materialized views (PR #467) PostgreSQL: Support indexes on materialized views (PR #467)