MDL-36754 output: Support token pluginfiles in userpic
[moodle.git] / analytics / upgrade.txt
blob550a3daa650092ed64a777c871295a807aca2351
1 This files describes API changes in analytics sub system,
2 information provided here is intended especially for developers.
4 === 3.5 ===
6 * There are two new methods for analysers, processes_user_data() and join_sample_user(). You
7   need to overwrite them if your analyser uses user data. As a general statement, you should
8   overwrite these new methods if your samples return 'user' data. These new methods are used
9   for analytics' privacy API implementation.