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

Release 4.3.1

This commit is contained in:
Jakub Vrana
2017-04-14 09:48:11 +02:00
parent 3cbece1ec0
commit 7af1ee3702
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
Adminer 4.3.1-dev:
Adminer 4.3.1 (released 2017-04-14):
Fix permanent login after logout (bug #539)
Fix SQL command autofocus (regression from 4.0.0)
PostgreSQL: Support JSON and JSONB data types