NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen
2025-09-16 20:59:42 +07:00
parent f47ec57bad
commit bbf640c3bc
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -152,6 +152,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
- The `xmlize()` method from `lib/xmlize.php` has been deprecated, please instead use the `\core\xml_parser` class
For more information see [MDL-86256](https://tracker.moodle.org/browse/MDL-86256)
- In toggle.mustache `dataattributes` parameter is deprecated. Use `extraattributes` instead
For more information see [MDL-86990](https://tracker.moodle.org/browse/MDL-86990)
#### Removed
+3
View File
@@ -144,6 +144,9 @@
- The `xmlize()` method from `lib/xmlize.php` has been deprecated, please instead use the `\core\xml_parser` class
For more information see [MDL-86256](https://tracker.moodle.org/browse/MDL-86256)
- In toggle.mustache `dataattributes` parameter is deprecated. Use `extraattributes` instead
For more information see [MDL-86990](https://tracker.moodle.org/browse/MDL-86990)
### Removed