mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-57244 lib: Update to upgrade.txt files about renamed classes.
This commit is contained in:
parent
d8971be88f
commit
eb8dfd5bf8
@ -1,5 +1,12 @@
|
||||
This files describes API changes in the quiz code.
|
||||
|
||||
=== 3.6 ===
|
||||
|
||||
* The following renamed classes have been completely removed:
|
||||
- quiz_question_bank_view (now: mod_quiz\question\bank\custom_view)
|
||||
- question_bank_add_to_quiz_action_column (now: mod_quiz\question\bank\add_action_column)
|
||||
- question_bank_question_name_text_column (now: mod_quiz\question\bank\question_name_text_column)
|
||||
|
||||
=== 3.5 ===
|
||||
* Removed questionbank.ajax.php. Please use the quiz_question_bank fragment instead.
|
||||
* Adding "random" questions to a quiz via quiz_add_quiz_question() has been deprecated. Please use quiz_add_random_questions().
|
||||
|
6
mod/scorm/report/basic/upgrade.txt
Normal file
6
mod/scorm/report/basic/upgrade.txt
Normal file
@ -0,0 +1,6 @@
|
||||
This files describes API changes in the mod scorm basic report
|
||||
|
||||
=== 3.6 ===
|
||||
|
||||
* The following renamed classes have been completely removed:
|
||||
- scorm_basic_report (now: scormreport_basic\report)
|
@ -1,5 +1,10 @@
|
||||
This files describes API changes in the mod_scorm code.
|
||||
|
||||
=== 3.6 ===
|
||||
|
||||
* The following renamed classes have been completely removed:
|
||||
- scorm_default_report (now: mod_scorm\report)
|
||||
|
||||
=== 3.5 ===
|
||||
* In get_scorms_by_courses() external/ws function, the force new attempt setting is no longer a boolean - now accepts 3 values:
|
||||
No (0), On complete (1) and the new Always (2). See MDL-32585 for more details.
|
||||
|
Loading…
x
Reference in New Issue
Block a user