Skip to content

Commit

Permalink
Merge branch 'MDL-61949-master-privacy-upgrade-txt' of git://github.c…
Browse files Browse the repository at this point in the history
…om/mudrd8mz/moodle
  • Loading branch information
David Monllao committed May 10, 2018
2 parents 51e53b9 + 4f41ae2 commit 7b6c744
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/upgrade.txt
Expand Up @@ -3,6 +3,10 @@ information provided here is intended especially for developers.

=== 3.5 ===

* There is a new privacy API that every subsystem and plugin has to implement so that the site can become GDPR
compliant. Plugins use this API to report what information they store or process regarding users, and provide ability
to export and delete personal data. See https://docs.moodle.org/dev/Privacy_API for guidelines on how to implement the
privacy API in your plugin.
* The cron runner now sets up a fresh PAGE and OUTPUT between each task.
* The core_renderer methods notify_problem(), notify_success(), notify_message() and notify_redirect() that were
deprecated in Moodle 3.1 have been removed. Use \core\notification::add(), or \core\output\notification as required.
Expand Down
4 changes: 4 additions & 0 deletions mod/upgrade.txt
Expand Up @@ -3,6 +3,10 @@ information provided here is intended especially for developers.

=== 3.5 ===

* There is a new privacy API that every subsystem and plugin has to implement so that the site can become GDPR
compliant. Activity modules use this API to report what information they store or process regarding users, and provide
ability to export and delete personal data. See https://docs.moodle.org/dev/Privacy_API for guidelines on how to
implement the privacy API in your activity module.
* Backup directory now can be outside of temp directory. Use make_backup_temp_directory($name) instead of
make_temp_directory('/backup/'.$name)
* Modules that provide their own interactive content and call cm_info::set_content() from [MODULENAME]_cm_info_view()
Expand Down

0 comments on commit 7b6c744

Please sign in to comment.