From 8b3ba810601e5d11d88655a6ca025dcbd6bf9f01 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Mon, 10 Dec 2012 17:23:52 +0100 Subject: [PATCH] Release version 0.4.10.0 --- static/plugin_dbui/CHANGELOG | 2 ++ static/plugin_dbui/src/base.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 8331ff51..4046d46c 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -1,6 +1,8 @@ --------------------------------- CHANGE LOG ---------------------------------- HEAD + +0.4.10.0 (Dec 2012) - Bug fixed - Improve PanelWithUrlSelector class (selectorTitle, selectorRegion) - The plugin pGridExport is replaced by pGridExpertMemu. diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js index 9b56372d..e46f2bc7 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.7'; +App.version = '0.4.10.0'; /** * Helper function mimicking the encode_field function running on the server -- GitLab