diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index ba99d0a57d9b3135d9f63af88c0f1fcb0117c9c9..2600078e51c36a955dd84e8ee5ae592c06fac254 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 bead27cce6d6611771d7ae0aab97b9b89c2f6f85..b04a0801b16411327b16edfa40b82a3534eb97ba 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