NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen
2025-02-21 10:15:08 +07:00
parent 5d9eca1a47
commit b31b1a02f3
2 changed files with 18 additions and 0 deletions
+10
View File
@@ -6,6 +6,16 @@ More detailed information on key changes can be found in the [Developer update n
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
## 4.5.2+
### core_question
#### Added
- Question bank Condition classes can now implement a function called "filter_invalid_values($filterconditions)" to remove anything from the filterconditions array which is invalid or should not be there.
For more information see [MDL-83784](https://tracker.moodle.org/browse/MDL-83784)
## 4.5.2
### core
+8
View File
@@ -1,5 +1,13 @@
# core_question (subsystem) Upgrade notes
## 4.5.2+
### Added
- Question bank Condition classes can now implement a function called "filter_invalid_values($filterconditions)" to remove anything from the filterconditions array which is invalid or should not be there.
For more information see [MDL-83784](https://tracker.moodle.org/browse/MDL-83784)
## 4.5.2
### Added