Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge branch 'MDL-61949-34-privacy-upgrade-txt' of git://github.com/m…
…udrd8mz/moodle into MOODLE_34_STABLE
- Loading branch information
Showing
with
12 additions
and
0 deletions.
-
+5
−0
lib/upgrade.txt
-
+7
−0
mod/upgrade.txt
|
@@ -2,6 +2,11 @@ This files describes API changes in core libraries and APIs, |
|
|
information provided here is intended especially for developers. |
|
|
|
|
|
=== 3.4.3 === |
|
|
|
|
|
* 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 |
|
|
|
|
@@ -1,6 +1,13 @@ |
|
|
This files describes API changes in /mod/* - activity modules, |
|
|
information provided here is intended especially for developers. |
|
|
|
|
|
=== 3.4.3 === |
|
|
|
|
|
* 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.4 === |
|
|
|
|
|
* Navigation between activities via a previous and next link was added to Boost, Clean and Bootstrapbase. This |
|
|