NOBUG: Add upgrade notes

This commit is contained in:
Mihail Geshoski
2025-06-06 12:32:05 +08:00
parent 5f0de664bd
commit a237da2cd7
11 changed files with 5 additions and 52 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,8 +0,0 @@
issueNumber: MDL-85556
notes:
core_question:
- message: >
The unit test repeated\_restore\_test::test\_restore\_course\_with\_same\_stamp\_questions was passing incorrectly on 5.x for question types that use answers.
Maintainers of third-party question types may want to re-run the test with the fix in place, or if they have copied parts of this test as the basis of a test in their own plugin, review the changes and see if they should be reflected in their own test.
type: fixed
+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).
## 5.0+
## 5.0.1
### core
+1 -1
View File
@@ -1,6 +1,6 @@
# core_auth (subsystem / plugintype) Upgrade notes
## 5.0+
## 5.0.1
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
# core (subsystem) Upgrade notes
## 5.0+
## 5.0.1
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
# core_question (subsystem) Upgrade notes
## 5.0+
## 5.0.1
### Fixed
+1 -1
View File
@@ -1,6 +1,6 @@
# core_user (subsystem) Upgrade notes
## 5.0+
## 5.0.1
### Added