From cdf406e606f0028a618f3a8415bef5549a84a5f7 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Mon, 29 Oct 2012 11:06:01 +0100 Subject: [PATCH] Release version 0.4.9.2 --- static/plugin_dbui/CHANGELOG | 8 ++++---- static/plugin_dbui/src/base.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index ba99d0a5..2600078e 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -1,10 +1,8 @@ --------------------------------- CHANGE LOG ---------------------------------- HEAD - - improve store and row-editor messaging on exception. - - add a converter to_panel_with_url_selector - -0.4.9.1 (Oct 2012) + +0.4.9.2 (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. @@ -13,6 +11,8 @@ HEAD - Add a plugin pRegExp and remove custom widget app.form.TextField 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 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 bead27cc..b04a0801 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.1'; +App.version = '0.4.9.2'; /** * Helper function mimicking the encode_field function running on the server -- GitLab