Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle 1.9.8 release notes: Difference between revisions

From MoodleDocs
(more highlights)
No edit summary
Line 2: Line 2:
   
   
Here is [http://tracker.moodle.org/browse/MDL/fixforversion/10400 the full list of fixed issues in 1.9.8].
Here is [http://tracker.moodle.org/browse/MDL/fixforversion/10400 the full list of fixed issues in 1.9.8].
   
 
===Special notes===
 
* If you are using an unusual authentication mechanism then you may experience problems with sessions, and be unable to log in. If this happens to you, add the following to your config.php to make login work:
$CFG->regenloginsession = false;
 
===Highlights===
===Highlights===
   
   

Revision as of 07:38, 29 March 2010

Release date: 25th March 2010

Here is the full list of fixed issues in 1.9.8.

Special notes

  • If you are using an unusual authentication mechanism then you may experience problems with sessions, and be unable to log in. If this happens to you, add the following to your config.php to make login work:
$CFG->regenloginsession = false;

Highlights

Security issues

To be released later

New language packs

  • Asturian - Xosé Nel Caldevilla Vega
  • Zulu - iCyber E-Learning Solutions

(See Translation credits for additional details.)

See also