1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-29 17:19:52 +02:00

Release 4.9

This commit is contained in:
Peter Knut
2024-08-19 15:05:04 +02:00
parent 8a60243459
commit a134193afa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "4.9-dev";
$VERSION = "4.9";

View File

@@ -1,4 +1,4 @@
Adminer 4.9.0-dev:
Adminer 4.9 (released 2024-08-19):
- Validate server input in login form.
- Validate connection to server in HTTP based drivers.
- Move dependencies from submodules to Composer.