moodle/question/UPGRADING.md

16 lines
528 B
Markdown
Raw Normal View History

2024-05-24 10:51:52 +08:00
# core_question (subsystem) Upgrade notes
2024-08-16 08:37:50 +07:00
## 4.5dev+
2024-05-24 10:51:52 +08:00
2024-07-05 09:01:53 +08:00
### 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)
2024-05-24 10:51:52 +08:00
### Changed
- column_base::from_column_name now has an ignoremissing field, 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)