Skip to content

Commit 7b6c744

Browse files
author
David Monllao
committed
Merge branch 'MDL-61949-master-privacy-upgrade-txt' of git://github.com/mudrd8mz/moodle
2 parents 51e53b9 + 4f41ae2 commit 7b6c744

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lib/upgrade.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

mod/upgrade.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)