MDL-61949 privacy: Add mention of the new API in upgrade.txt files

The notice is explicitly repeated for activity modules because they
usually process user data heavily.
This commit is contained in:
David Mudrák
2018-05-10 12:07:28 +02:00
parent e77114bf70
commit 9708ed8762
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -3,6 +3,10 @@ information provided here is intended especially for developers.
=== 3.3.6 ===
* 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 following have been removed from the list of core subsystems:
- core_register
- core_publish
+7
View File
@@ -1,6 +1,13 @@
This files describes API changes in /mod/* - activity modules,
information provided here is intended especially for developers.
=== 3.3.6 ===
* 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.
=== 3.3 ===
* External functions that were returning file information now return the following additional file fields: