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

Release 4.6.2

This commit is contained in:
Jakub Vrana
2018-02-20 09:20:42 +01:00
parent baf7225602
commit 7cb3e768bb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
Adminer 4.6.2-dev:
Adminer 4.6.2 (released 2018-02-20):
Semi-transparent border on table actions
Shorten JSON values in select (bug #594)
Speed up alter table (regression from 4.4.0)