1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 07:06:45 +02:00
This commit is contained in:
Jakub Vrana
2025-03-10 07:19:00 +01:00
parent f13770c664
commit 2c0cfbdd3f
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -1,3 +1,5 @@
Adminer dev:
Adminer 5.0.2 (released 2025-03-10): Adminer 5.0.2 (released 2025-03-10):
PostgreSQL: Fix setting NULL and original value on enum (bug #884) PostgreSQL: Fix setting NULL and original value on enum (bug #884)
CockroachDB: Add support via PostgreSQL driver CockroachDB: Add support via PostgreSQL driver