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

Release 5.0.4

This commit is contained in:
Jakub Vrana
2025-03-11 13:52:53 +01:00
parent 2e5027a1aa
commit 4a54648995
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
Adminer dev:
Adminer 5.0.4 (released 2025-03-11):
Compile: Fix shortening in private methods (regression from 5.0.3)
Adminer 5.0.3 (released 2025-03-11):