NOBUG: Add upgrade notes
This commit is contained in:
@@ -12,6 +12,11 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
|
||||
|
||||
#### Added
|
||||
|
||||
- - 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.
|
||||
|
||||
For more information see [MDL-83448](https://tracker.moodle.org/browse/MDL-83448)
|
||||
- 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)
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
|
||||
### Added
|
||||
|
||||
- - 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.
|
||||
|
||||
For more information see [MDL-83448](https://tracker.moodle.org/browse/MDL-83448)
|
||||
- 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)
|
||||
|
||||
Reference in New Issue
Block a user