NOBUG: Add upgrade notes

This commit is contained in:
Mihail Geshoski
2025-06-06 12:32:23 +08:00
parent 4b87c45497
commit 59d4d28e84
9 changed files with 4 additions and 44 deletions
@@ -1,9 +0,0 @@
issueNumber: MDL-80380
notes:
core_auth:
- message: >
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.
type: improved
@@ -1,7 +0,0 @@
issueNumber: MDL-82132
notes:
core_user:
- message: >-
New method `\core_user::get_dummy_fullname(...)` for returning dummy
user fullname comprised of configured name fields only
type: improved
@@ -1,8 +0,0 @@
issueNumber: MDL-83448
notes:
core:
- message: >
- Added is_site_registered_in_hub method in lib/classes/hub/api.php to
check if the site is registered or not.
- Added get_secret method in lib/classes/hub/registration.php to get site's secret.
type: improved
@@ -1,8 +0,0 @@
issueNumber: MDL-84442
notes:
core:
- message: >-
Added a new optional param to adhoc_task_failed and
scheduled_task_failed to allow skipping log finalisation when called
from a separate task.
type: improved
@@ -1,7 +0,0 @@
issueNumber: MDL-84804
notes:
core:
- message: >-
There is a new `core/page_title` Javascript module for manipulating the
current page title
type: improved
+1 -1
View File
@@ -6,7 +6,7 @@ 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.4+
## 4.5.5
### core
+1 -2
View File
@@ -1,10 +1,9 @@
# core_auth (subsystem / plugintype) Upgrade notes
## 4.5.4+
## 4.5.5
### 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)
+1 -1
View File
@@ -1,6 +1,6 @@
# core (subsystem) Upgrade notes
## 4.5.4+
## 4.5.5
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
# core_user (subsystem) Upgrade notes
## 4.5.4+
## 4.5.5
### Added