NOBUG: Add upgrade notes

This commit is contained in:
Sara Arjona
2025-06-05 16:43:39 +02:00
parent 4ecfbc393d
commit 19baebf67d
3 changed files with 24 additions and 0 deletions
+11
View File
@@ -20,6 +20,17 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
- Added a new optional param to adhoc_task_failed and scheduled_task_failed to allow skipping log finalisation when called from a separate task.
For more information see [MDL-84442](https://tracker.moodle.org/browse/MDL-84442)
- There is a new `core/page_title` Javascript module for manipulating the current page title
For more information see [MDL-84804](https://tracker.moodle.org/browse/MDL-84804)
### core_auth
#### Added
- A new method called `get_additional_upgrade_token_parameters` has been added to `oauth2_client` class. This will allow custom clients to override this one and add their extra parameters for upgrade token request.
For more information see [MDL-80380](https://tracker.moodle.org/browse/MDL-80380)
### core_user
+10
View File
@@ -0,0 +1,10 @@
# core_auth (subsystem / plugintype) Upgrade notes
## 4.5.4+
### Added
- A new method called `get_additional_upgrade_token_parameters` has been added to `oauth2_client` class. This will allow custom clients to override this one and add their extra parameters for upgrade token request.
For more information see [MDL-80380](https://tracker.moodle.org/browse/MDL-80380)
+3
View File
@@ -12,6 +12,9 @@
- Added a new optional param to adhoc_task_failed and scheduled_task_failed to allow skipping log finalisation when called from a separate task.
For more information see [MDL-84442](https://tracker.moodle.org/browse/MDL-84442)
- There is a new `core/page_title` Javascript module for manipulating the current page title
For more information see [MDL-84804](https://tracker.moodle.org/browse/MDL-84804)
## 4.5.4