]> git.joonet.de Git - adminer.git/commitdiff
Increase version
authorJakub Vrana <jakub@vrana.cz>
Fri, 29 Oct 2010 15:44:22 +0000 (17:44 +0200)
committerJakub Vrana <jakub@vrana.cz>
Fri, 29 Oct 2010 15:44:22 +0000 (17:44 +0200)
adminer/include/version.inc.php
changes.txt

index 36986d4fc666989ba60d44e27d2eab0ede5d00fd..04b058a1e53ee2d81897d7bc15253a25a82900e4 100644 (file)
@@ -1,2 +1,2 @@
 <?php
-$VERSION = "3.0.2-dev";
+$VERSION = "3.1.0-dev";
index 77c478f75d5f51614e588c5ac6700f96814073d6..356b0782ad98b504a8530c639b93295bfe1fe140 100644 (file)
@@ -1,13 +1,14 @@
-Adminer 3.0.2-dev:
+Adminer 3.1.0-dev:
+Customizable export
+Support for virtual foreign keys
 Option to show only errors in SQL command
+Link to bookmark SQL command
 Highlight and edit SQL command in processlist
-Disable XSS "protection" of IE8
+Always display all drivers
 Timestamp in export
-Link to bookmark SQL command
-Support for virtual foreign keys
+Disable XSS "protection" of IE8
 Immunity against zend.ze1_compatibility_mode
 Fix last page with empty result set
-Always display all drivers
 
 Adminer 3.0.1 (released 2010-10-18):
 Send the form by Ctrl+Enter in all textareas