MDL-48259 questionlib.php: remove functions deprecated in Moodle 2.6

This commit is contained in:
Tim Hunt 2014-11-17 15:06:53 +00:00
parent 4c3c1b5169
commit 1b49f31df2
2 changed files with 14 additions and 72 deletions

View file

@ -2,8 +2,8 @@ This files describes API changes for code that uses the question API.
=== 2.9 ===
1) Some functions in questionlib.php where were deprecated in the past have now
beed deleted:
1) Some functions in questionlib.php which were deprecated in the past have now
been deleted:
Deprecated since 2.1
* question_list_instances
@ -12,6 +12,13 @@ This files describes API changes for code that uses the question API.
* save_question_options
* question_get_real_state
Deprecated since 2.6
* question_rewrite_questiontext_preview_urls
* question_send_questiontext_file
* question_pluginfile no longer falls back to using the old
{$previewcomponent}_questiontext_preview_pluginfile callback if the new
{$previewcomponent}_question_preview_pluginfile callback is missing.
=== 2.8 ===