diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 2bf6f192e0cc6d18016f8f117626ab6bc9f178fc..7cb06b5a2b3218e3516dea93df11abff30b4f4b1 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -2,6 +2,7 @@ HEAD +0.6.1.4 (Jun 2014) - Add the configuration paremeter resetFields in the RowEditorBase It allows to reset any fields when duplcating a record. - The defintion of a plugin can be superseed at any time when using Modifier. diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js index 80a2e8491d113f9af4ba95f8eb52d7953a544ecc..d77ec4438fa3953f4becc471608f3497e6726277 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.3', + version: '0.6.1.4', /** * The name of the application