diff --git a/UPGRADING.md b/UPGRADING.md index c455925358b..b407d414058 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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) diff --git a/lib/UPGRADING.md b/lib/UPGRADING.md index f5a78a251cd..17fdacf4f47 100644 --- a/lib/UPGRADING.md +++ b/lib/UPGRADING.md @@ -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)