From: David Mudrák Date: Thu, 21 May 2015 16:03:26 +0000 (+0200) Subject: MDL-50321 docs: Add info about deprecated method into mod/upgrade.txt X-Git-Tag: v3.0.0-beta~762^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=f7a84c638656eb9ec7426e784fbb1854f34e432e;ds=sidebyside MDL-50321 docs: Add info about deprecated method into mod/upgrade.txt This was forgotten in MDL-49101. --- diff --git a/mod/upgrade.txt b/mod/upgrade.txt index 7985d9d3c45..bff2c991f08 100644 --- a/mod/upgrade.txt +++ b/mod/upgrade.txt @@ -2,7 +2,12 @@ This files describes API changes in /mod/* - activity modules, information provided here is intended especially for developers. === 2.9 === + * Added Grade to pass field to mod_form for activities that support grading. +* The method moodleform_mod::add_intro_editor() used in mod_form.php form + definitions has been deprecated. Replace it with the new + moodleform_mod::standard_intro_elements() method that takes the new site + configuration requiremodintro into account (MDL-49101). === 2.8 ===