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

Release 4.12

This commit is contained in:
Peter Knut
2024-11-21 10:00:18 +01:00
committed by Jakub Vrana
parent 0628b8de02
commit 49fd7858ac
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -1,3 +1,9 @@
Adminer 4.12.0:
Fix SQL query code direction if RTL language is used
MariaDB: Add support for UUID data type
MS SQL, MongoDB: Connect to localhost with default port if server is not specified
MongoDB: Fix parsing WHERE condition from SQL query
Adminer 4.11.0:
MySQL: Fix highlighting current table in menu on macOS
MariaDB: Fix several links to documentation pages