mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-77713' of https://github.com/cwarwicker/moodle
This commit is contained in:
commit
eb2be9fede
11 changed files with 220 additions and 51 deletions
10
.upgradenotes/MDL-77713-2024120511165062.yml
Normal file
10
.upgradenotes/MDL-77713-2024120511165062.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
issueNumber: MDL-77713
|
||||
notes:
|
||||
core_question:
|
||||
- message: >-
|
||||
Deprecated method
|
||||
`mod_quiz\question\bank\qbank_helper::get_version_options` in favour of
|
||||
`core_question\local\bank\version_options::get_version_options` so that
|
||||
the method is in core rather than a module, and can safely be used from
|
||||
anywhere as required.
|
||||
type: deprecated
|
Loading…
Add table
Add a link
Reference in a new issue