NOBUG: Add upgrade notes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user