NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen
2025-11-21 14:33:50 +07:00
parent 011fee9440
commit 233a9bc2ac
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -10,6 +10,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
### core
#### Changed
- The Hook Manager now uses localcache instead of caching via MUC.
For more information see [MDL-87107](https://tracker.moodle.org/browse/MDL-87107)
#### Fixed
- `restore_qtype_plugin::unset_excluded_fields` now returns the modified questiondata structure,
+6
View File
@@ -2,6 +2,12 @@
## 4.5.7+
### Changed
- The Hook Manager now uses localcache instead of caching via MUC.
For more information see [MDL-87107](https://tracker.moodle.org/browse/MDL-87107)
### Fixed
- `restore_qtype_plugin::unset_excluded_fields` now returns the modified questiondata structure,