From d577f2e8cb582ade011f8e27c1004ca48a95383f Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Fri, 6 Jun 2014 10:43:24 +0200 Subject: [PATCH] Release version 0.6.1.3 --- static/plugin_dbui/CHANGELOG | 5 +++-- static/plugin_dbui/src/App.js | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 41985ec1..3a4ed999 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -2,9 +2,10 @@ HEAD -0.6.1.2 (Jun 2014) +0.6.1.3 (Jun 2014) - Add protection in CLEAN_COMMA and CLEAN_SPACES. - - Add the configuration panelLoader to BaseWithSelector. + - Add the configuration panelLayout, panelLoader and selectorLayout to + the BaseWithSelector class. 0.6.1.1 (Mar 2014) - Consolidation version diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js index 2febf2da..80a2e849 100644 --- a/static/plugin_dbui/src/App.js +++ b/static/plugin_dbui/src/App.js @@ -15,7 +15,7 @@ Ext.define('App', { * The version of the plugin * @property {String} */ - version: '0.6.1.2', + version: '0.6.1.3', /** * The name of the application -- GitLab