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

Release 5.0.3

This commit is contained in:
Jakub Vrana
2025-03-11 13:16:35 +01:00
parent 7ef009336f
commit 5a4c4dd892
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
Adminer dev: Adminer 5.0.3 (released 2025-03-11):
Fix gzip export (bug #896, regression from 5.0.0) Fix gzip export (bug #896, regression from 5.0.0)
Fix importing multiple SQL files not terminated by semicolon Fix importing multiple SQL files not terminated by semicolon
Use <datalist> for altering collations Use <datalist> for altering collations