diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 1b3c14d086fce6182bc3485eab7270284cfdcda2..05348e5acf545035275711abaa3c929cae8e2ae0 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -1,10 +1,10 @@ --------------------------------- CHANGE LOG ---------------------------------- HEAD - - Fix a bug in App.BasePanelWithSelector for IE - - Javascript is almost compliant with JSLINT -0.4.10.2 (Mar 2013) +0.4.10.3 (Mar 2013) + - Fix a bug in App.BasePanelWithSelector for IE. + - Javascript is almost compliant with JSLINT. - DirectSvc exceptions are logged in the web2py ticket system. - Polish dbsvc service. It can process several records in create and update transactions. diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js index d82f9f07106ab9a77373017444e4fa129afacabb..b981a750ad8d105d4e0a6d9da4f8583616c469fa 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.10.2'; +App.version = '0.4.10.3'; /** * Helper function mimicking the encode_field function running on the server