From 209cfe461da9da70ecc6f88bb6f59bf8c90b917c Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 14 Mar 2023 10:37:14 +0800 Subject: [PATCH] MDL-77186 core: Add upgrade note about core\cron migration --- lib/upgrade.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 5d85b1306e4..0074a5ec3d9 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -79,6 +79,7 @@ information provided here is intended especially for developers. Course formats using components will be allowed to use one level indentation only. * The method `flexible_table::set_columnsattributes` now can be used with 'class' key to add custom classes to the DOM. * The editor_tinymce plugin has been removed from core. +* Cron utility functions have been moved from the global namespaces to the \core\cron class. === 4.1 ===