mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
NOBUG: Add upgrade notes
This commit is contained in:
parent
830942431b
commit
dc17e7802f
@ -25,6 +25,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
|
||||
- The `core_renderer::tag_list` function now has a new parameter named `displaylink`. When `displaylink` is set to `true`, the tag name will be displayed as a clickable hyperlink. Otherwise, it will be rendered as plain text.
|
||||
|
||||
For more information see [MDL-75075](https://tracker.moodle.org/browse/MDL-75075)
|
||||
- The following test classes have been moved into autoloadable locations:
|
||||
|
||||
| Old location | New classname |
|
||||
| --- | --- |
|
||||
| `\core\tests\route_testcase` | `\core\tests\router\route_testcase` |
|
||||
| `\core\router\mocking_route_loader` | `\core\tests\router\mocking_route_loader` |
|
||||
|
||||
For more information see [MDL-83968](https://tracker.moodle.org/browse/MDL-83968)
|
||||
|
||||
### core_completion
|
||||
|
||||
|
@ -17,6 +17,14 @@
|
||||
- The `core_renderer::tag_list` function now has a new parameter named `displaylink`. When `displaylink` is set to `true`, the tag name will be displayed as a clickable hyperlink. Otherwise, it will be rendered as plain text.
|
||||
|
||||
For more information see [MDL-75075](https://tracker.moodle.org/browse/MDL-75075)
|
||||
- The following test classes have been moved into autoloadable locations:
|
||||
|
||||
| Old location | New classname |
|
||||
| --- | --- |
|
||||
| `\core\tests\route_testcase` | `\core\tests\router\route_testcase` |
|
||||
| `\core\router\mocking_route_loader` | `\core\tests\router\mocking_route_loader` |
|
||||
|
||||
For more information see [MDL-83968](https://tracker.moodle.org/browse/MDL-83968)
|
||||
|
||||
## 4.5.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user