Increase version

This commit is contained in:
Jakub Vrana 2010-10-29 17:44:22 +02:00
parent 164cd3bbb8
commit e908155196
2 changed files with 9 additions and 8 deletions

View file

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

View file

@ -1,13 +1,14 @@
Adminer 3.0.2-dev:
Option to show only errors in SQL command
Highlight and edit SQL command in processlist
Disable XSS "protection" of IE8
Timestamp in export
Link to bookmark SQL command
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
Always display all drivers
Timestamp in export
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