Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Moodle 2.0 release notes.

Moodle 2.0 release notes: Difference between revisions

From MoodleDocs
Line 16: Line 16:
* [[Development:Using_the_file_API|File handling changes]] - you will need to update your code.
* [[Development:Using_the_file_API|File handling changes]] - you will need to update your code.
* [[Development:Migrating your code code to the 2.0 rendering API|Rendering layer changes]] - should be mostly backwards compatible, but you are advised to upgrade your code.
* [[Development:Migrating your code code to the 2.0 rendering API|Rendering layer changes]] - should be mostly backwards compatible, but you are advised to upgrade your code.
* Require capability used to do an automatic require_login. It no longer does so. All pages must explicitly call require_login if they need it.
* Require capability used to do an automatic require_login. It no longer does so. All pages must explicitly call require_login if they need it. MDL-19882
* [[Development:Moodle_2.0_question_type_API_changes|Changes to the question type API]]
* [[Development:Moodle_2.0_question_type_API_changes|Changes to the question type API]]



Revision as of 09:05, 20 July 2009

Release date: Not yet released

Here is the full list of fixed issues in 2.0.

Highlights

  • See Roadmap to follow the ongoing Moodle 2.0 development.

Security issues

Known problems and regressions

API Changes

See also