diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 1953919d160b3d25691ef029c40699770c189bdf..fc103a40f1c77bd198531cb3d92be1a75e167a5f 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 522dc092f3c71dd6fc6f77c5e76ba0c884a5234e..8240e930d19d41933a90463e5a9a231ea70f4f5e 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