From 6de1a68b895c0d96861603c72f545cda457c33ae Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Fri, 23 Jan 2015 17:36:23 +0100 Subject: [PATCH] Release version 0.6.2 --- static/plugin_dbui/CHANGELOG | 5 ++++- static/plugin_dbui/src/App.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 1953919d..fc103a40 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -1,9 +1,12 @@ --------------------------------- CHANGE LOG ---------------------------------- HEAD + +0.6.2 (Jan 2015) - Add the constant INLINE_ALERT - pGridExport uses the latex package longtable instead of tabular. - It also translate hyperlink using the hyperref package. + It also translate hyperlink using the hyperref package and has + a more complete preamble. - Consolidate by rebasing bugs fixed and improvement coming from the ongoing migration to Ext JS 5.1. - Add the field app.form.field.DictMultiField. diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js index 522dc092..8240e930 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.14', + version: '0.6.2', /** * The name of the application -- GitLab