Skip to content
Snippets Groups Projects
Commit e53ebb10 authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Release version 0.4.11.1

parent eacc15fa
No related branches found
No related tags found
No related merge requests found
--------------------------------- CHANGE LOG ----------------------------------
HEAD
- Deploy the javascript statement "use strict" in order
to comply with JSLINT.
0.4.11.0 (Mar 2013)
0.4.11.1 (Mar 2013)
- Deploy the javascript statement "use strict" (JSLINT)
- Upgrade to run with alias table.
- More syntax to define foreign key.
- Better syntax to define foreign key.
- Fix a bug in App.BasePanelWithSelector for IE.
- Javascript is almost compliant with JSLINT.
- Javascript is almost compliant with JSLINT rules.
- DirectSvc exceptions are logged in the web2py ticket system.
- Polish dbsvc service. It can process several records
in create and update transactions.
- Polish dbsvc service. It can process several records in create
and update transactions.
- Fix a bug in App.form.Panel.onStoreException and improve it.
0.4.10.1 (Dec 2012)
......
......@@ -20,7 +20,7 @@ Ext.namespace('App');
/**
* @param {String} App.version version of the library
*/
App.version = '0.4.11.0';
App.version = '0.4.11.1';
/**
* Helper function mimicking the encode_field function running on the server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment