diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 10706b380bcfcc4c77b29e2fb46055b95caa1f91..beb9ed9153d3ea351c99b7848699336ea4a7bbbb 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -1,16 +1,15 @@
 --------------------------------- CHANGE LOG ----------------------------------
 
 HEAD
-  - consolidate the version 0.4.4
+
+0.4.5 (Feb 2012)
+  - Consolidation version
   - Polish code and documentation as well as bug fixed
-  - improve API for PanelWithUrlSlector configurator
-  - script cpAdmin to add/ remove the web2py admin file
-  - Redesign the plugin configuration parameters
-  
-0.4.4 (Jan 2012)
-  - minor release
-  - script to build and tag a new version of plugin_dbui
-  - improve version of AppPanelWithSelector 
+  - Improve the configurator PanelWithUrlSlector and AppPanelWithSelector.
+  - Script cpAdmin to add/remove the web2py admin file
+  - Rename the plugin configuration parameters and add new ones.
+  - Script to build and tag a new version of plugin_dbui
+  - Add helper function get_file_paths and remove get_js_files
   
 4.3.0 (Dec 2011)
   - Major change which is not backward compatible
diff --git a/static/plugin_dbui/src/appbase.js b/static/plugin_dbui/src/appbase.js
index da02c1bb2f81878d3efb05da55359e577bde4d4c..baa2cb7c048e40f00d195469cd9ee66195518629 100644
--- a/static/plugin_dbui/src/appbase.js
+++ b/static/plugin_dbui/src/appbase.js
@@ -20,7 +20,7 @@ Ext.namespace('App');
 /**
  * @param {String} App.version version of the library
  */
-App.version = '0.4.x';
+App.version = '0.4.5';
 
 /**
  * Helper function mimicking the encode_field function running on the server