From b0e4087d51ff52f03489410e57cb2f454681c109 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Wed, 31 Oct 2012 16:59:25 +0100 Subject: [PATCH] Release version 0.4.9.3 --- static/plugin_dbui/CHANGELOG | 4 ++-- static/plugin_dbui/src/base.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 2600078e..cbe349bc 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -2,7 +2,7 @@ HEAD -0.4.9.2 (Oct 2012) +0.4.9.3 (Oct 2012) - New syntax for grid filter via the method GridModifier.append_filter. - Improve the files organization for the model and javascript code. - Enable tab scrolling in viewport. @@ -12,7 +12,7 @@ HEAD and app.form.TextArea. - Add a new python class Selector to help building reports - improve store and row-editor messaging on exception. - - add a converter to_panel_with_url_selector + - add a converter to_panelWithUrlSelector 0.4.8.2 (Jul 2012) - Consolidation version diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js index b04a0801..bda73906 100644 --- a/static/plugin_dbui/src/base.js +++ b/static/plugin_dbui/src/base.js @@ -20,7 +20,7 @@ Ext.namespace('App'); /** * @param {String} App.version version of the library */ -App.version = '0.4.9.2'; +App.version = '0.4.9.3'; /** * Helper function mimicking the encode_field function running on the server -- GitLab