This is our first stable release ready for production.
Known issues :
This version of LMS has a problem on appache servers running mod_security (see: http://www.fixkb.com/2014/08/jquery-cookie-js-error-406-not-acceptable.html). This can cause the login form to fail. We are considering to rename the file jquery.cookie.js in order to pass the regular expression check of this security tool.
If you face this issue, try to add this rule into your .htaccess file or contact the administrator of the server:
<IfModule mod_security.c> SecRuleEngine Off SecFilterInheritance Off SecFilterEngine Off SecFilterScanPOST Off </IfModule>