From b28ff9415fc7350a1fb356e92e9ee4d8ed179fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Fri, 18 Feb 2022 10:13:40 +0100 Subject: [PATCH] MOBILE-3931 chore: Annotations on upgrade.txt --- upgrade.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/upgrade.txt b/upgrade.txt index 4755f12ea..ebb311bcb 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -20,6 +20,10 @@ information provided here is intended especially for developers. - Most of the functions or callbacks that handle redirects/deeplinks have been modified to accept an object instead of just path + options. E.g.: CoreLoginHelper.isSiteLoggedOut, CoreLoginHelper.openBrowserForSSOLogin, CoreLoginHelper.openBrowserForOAuthLogin, CoreLoginHelper.prepareForSSOLogin, CoreApp.storeRedirect, CoreSites.loadSite. - Course preview page route has changed from course/:courseId/preview to course/:courseId/summary to match with the page name and characteristics. - The parameters of the following functions in CoreCourseHelper have changed: navigateToModuleByInstance, navigateToModule, openModule. +- fillContextMenu, expandDescription, gotoBlog, prefetch and removeFiles functions have been removed from CoreCourseModuleMainResourceComponent. +- contextMenuPrefetch and fillContextMenu have been removed from CoreCourseHelper. + + === 3.9.5 ===