From 185a00c874b5f6697cccdeb66837c30700aeffd9 Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Wed, 20 May 2020 10:38:12 +0200 Subject: [PATCH] MDL-58866 core_calendar: deprecation warning in upgrade.txt --- calendar/upgrade.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/calendar/upgrade.txt b/calendar/upgrade.txt index 395195cceab..c4583197657 100644 --- a/calendar/upgrade.txt +++ b/calendar/upgrade.txt @@ -5,6 +5,9 @@ information provided here is intended especially for developers. * Plugins can now create their own calendar events, both standard and action ones. To do it they need to specify $event->component when creating an event. Component events can not be edited or deleted manually. See https://docs.moodle.org/dev/Calendar_API#Component_events +* The following functions have been deprecated because they were no longer used: + - calendar_add_event_metadata() + - core_calendar_renderer::event() === 3.8 === * The following functions have been finally deprecated and can not be used anymore: