mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
14 lines
576 B
Text
14 lines
576 B
Text
This files describes API changes in /mod/h5pactivity/*,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 4.1 ===
|
|
|
|
* The following methods now accept an optional `$currentgroup` parameter in order to better support groups:
|
|
- `\mod_h5pactivity\local\manager::get_active_users_join`
|
|
- `\mod_h5pactivity\local\manager::get_report`
|
|
- `\mod_h5pactivity\local\report\participants` constructor
|
|
|
|
=== 3.11 ===
|
|
|
|
* Added mod_h5pactivity\local\manager::get_active_users_join method to query all active
|
|
users from a specific activity, even in a freeze context.
|