From 40b5e154fe175bf881b3cc103115e23957601354 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Wed, 20 Mar 2013 16:08:43 +0100 Subject: [PATCH] Release version 0.4.10.3 --- static/plugin_dbui/CHANGELOG | 6 +++--- static/plugin_dbui/src/base.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 1b3c14d0..05348e5a 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 d82f9f07..b981a750 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 -- GitLab