1 This files describes API changes in /mod/h5pactivity/*,
2 information provided here is intended especially for developers.
6 * The following methods now accept an optional `$currentgroup` parameter in order to better support groups:
7 - `\mod_h5pactivity\local\manager::get_active_users_join`
8 - `\mod_h5pactivity\local\manager::get_report`
9 - `\mod_h5pactivity\local\report\participants` constructor
13 * Added mod_h5pactivity\local\manager::get_active_users_join method to query all active
14 users from a specific activity, even in a freeze context.