File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ information provided here is intended especially for developers.
33
44=== 3.5 ===
55
6+ * There is a new privacy API that every subsystem and plugin has to implement so that the site can become GDPR
7+ compliant. Plugins use this API to report what information they store or process regarding users, and provide ability
8+ to export and delete personal data. See https://docs.moodle.org/dev/Privacy_API for guidelines on how to implement the
9+ privacy API in your plugin.
610* The cron runner now sets up a fresh PAGE and OUTPUT between each task.
711* The core_renderer methods notify_problem(), notify_success(), notify_message() and notify_redirect() that were
812 deprecated in Moodle 3.1 have been removed. Use \core\notification::add(), or \core\output\notification as required.
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ information provided here is intended especially for developers.
33
44=== 3.5 ===
55
6+ * There is a new privacy API that every subsystem and plugin has to implement so that the site can become GDPR
7+ compliant. Activity modules use this API to report what information they store or process regarding users, and provide
8+ ability to export and delete personal data. See https://docs.moodle.org/dev/Privacy_API for guidelines on how to
9+ implement the privacy API in your activity module.
610* Backup directory now can be outside of temp directory. Use make_backup_temp_directory($name) instead of
711 make_temp_directory('/backup/'.$name)
812* Modules that provide their own interactive content and call cm_info::set_content() from [MODULENAME]_cm_info_view()
You can’t perform that action at this time.
0 commit comments