mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-48259 questionlib.php: remove functions deprecated in Moodle 2.6
This commit is contained in:
parent
4c3c1b5169
commit
1b49f31df2
2 changed files with 14 additions and 72 deletions
|
@ -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 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue