FMCorz / moodle-availability_xp

Moodle plugin to restrict access to an activity by experience level.
8 stars 8 forks source link

Implement Privacy API #5

Closed Dagefoerde closed 6 years ago

Dagefoerde commented 6 years ago

This small fix implements the Privacy API by declaring explicitly that the plugin does not store any personal data. See https://docs.moodle.org/dev/Privacy_API#Implementation_requirements for details on the null_provider.

FMCorz commented 6 years ago

Thanks for the PR. I've manually merged this with: 953ea8aee25ca7cc80fd1db1d1e190ea9e532256.

Dagefoerde commented 6 years ago

Thanks, @FMCorz! :)