Skip to content

Commit

Permalink
updated admin ui to version 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudum committed Apr 9, 2015
1 parent c7429ce commit 038e528
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changes for Crate
Unreleased
==========

- Updated crate-admin to version 0.11.5 which contains following changes:

- fix: concurrent ajax requests caused partition information
in table detail view to be mixed up between tables

- Added support for setting the default schema name in the SQLRequest class

- Attempting to refresh a system table will now result in an error as system
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ distZip {

ext {
downloadDir = new File(buildDir, 'downloads')
plugin_crateadmin_version = '0.11.4'
plugin_crateadmin_version = '0.11.5'
crash_version = '0.11.5'
}

Expand Down

0 comments on commit 038e528

Please sign in to comment.