NOBUG: Add upgrade notes
This commit is contained in:
@@ -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
@@ -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
@@ -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
@@ -1,6 +1,6 @@
|
||||
# core (subsystem) Upgrade notes
|
||||
|
||||
## 4.5.4+
|
||||
## 4.5.5
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# core_user (subsystem) Upgrade notes
|
||||
|
||||
## 4.5.4+
|
||||
## 4.5.5
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
Reference in New Issue
Block a user