Note:

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

Moodle 2.8 release notes

From MoodleDocs
Revision as of 14:25, 2 October 2014 by Séverin Terrier (talk | contribs) (French link)

Releases > Moodle 2.8 release notes


Release date: Not yet released

Here is the full list of fixed issues in 2.8.

Highlights

  • ...

Functional changes

  • ...

API changes

  • There are new convenience functions to obtain $cm objects that belong to the cm_info class. get_course_and_cm_from_cmid($cmorid, $modulename) and get_course_and_cm_from_instance($instanceorid, $modulename) will efficiently obtain $course and $cm at the start of a module script in one line. Also, the new function cm_info::create($cm) can be used when you need a cm_info object, but only have a standard database record.
  • Choice event definitions have changed in MDL-3034 [placeholder for this to be expanded]
  • ...

Fixes and improvements

  • ...