From: Tim Hunt Date: Wed, 27 Feb 2013 18:20:24 +0000 (+0000) Subject: MDL-37847 / MDL-38119 question engine: document API change. X-Git-Tag: v2.5.0-beta~341^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=e01cf1fa68987abfaca3a6b4067bfa101692d436 MDL-37847 / MDL-38119 question engine: document API change. --- diff --git a/question/type/upgrade.txt b/question/type/upgrade.txt index f399642cdc2..809530ca85f 100644 --- a/question/type/upgrade.txt +++ b/question/type/upgrade.txt @@ -1,5 +1,14 @@ This files describes API changes for question type plugins. +=== 2.3.5 / 2.4.2 / 2.5 === + +* The special value question_attempt::PARAM_CLEANHTML_FILES that could be used + in the get_expected_data method was renamed to question_attempt::PARAM_RAW_FILES + in order to fix a bug. We failed to think this throught, and so did not realised + that this might break some question types. If this affected your question type, + please accept our apologies. Details in MDL-37847. + + === 2.3 === * Support for backwards-compatible string names dropped. MDL-30120. (See under 2.2 below.)