mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
15 lines
537 B
Markdown
15 lines
537 B
Markdown
# core_question (subsystem) Upgrade notes
|
|
|
|
## 4.5beta
|
|
|
|
### Added
|
|
|
|
- A new utility function `format_question_fragment` has been created so that question content can filter based on filters.
|
|
|
|
For more information see [MDL-78662](https://tracker.moodle.org/browse/MDL-78662)
|
|
|
|
### Changed
|
|
|
|
- `column_base::from_column_name` now has an `$ignoremissing` parameter, which can be used to ignore if the class does not exist, instead of throwing an exception.
|
|
|
|
For more information see [MDL-81125](https://tracker.moodle.org/browse/MDL-81125)
|