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

Release 4.7.9

This commit is contained in:
Jakub Vrana
2021-02-07 18:25:18 +01:00
parent 73934caec8
commit 93c7fb248c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
Adminer 4.7.9-dev:
Adminer 4.7.9 (released 2021-02-07):
Fix XSS in browsers which don't encode URL parameters (bug #775, regression from 4.7.0)
Elasticsearch, ClickHouse: Do not print response if HTTP code is not 200
Don't syntax highlight during IME composition (bug #747)