1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 09:39:51 +02:00

Release 4.8.2

This commit is contained in:
Peter Knut
2024-03-16 00:55:18 +01:00
parent bf80612b0d
commit 20a0e4e113
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -1,8 +1,10 @@
Adminer 4.8.2-dev: Adminer 4.8.2 (released 2024-03-16):
Support multi-line table comments Support multi-line table comments
MySQL: Use ST_SRID() instead of SRID() for MySQL 8 (PR #418) MySQL: Use ST_SRID() instead of SRID() for MySQL 8 (PR #418)
PostgreSQL: Don't reset table comments (regression from 4.2.0) PostgreSQL: Don't reset table comments (regression from 4.2.0)
PostgreSQL PDO: Allow editing rows identified by boolean column (PR #380) PostgreSQL PDO: Allow editing rows identified by boolean column (PR #380)
Update several translations: lv, bn, fr, it, nl, ru, cs, sk
Allow responsive styles on larger devices
Adminer 4.8.1 (released 2021-05-14): Adminer 4.8.1 (released 2021-05-14):
Internet Explorer or PDO in Adminer 4.7.8-4.8.0: Fix XSS in doc_link (bug #797) Internet Explorer or PDO in Adminer 4.7.8-4.8.0: Fix XSS in doc_link (bug #797)