Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
=== 4.5 Onwards ===
2
 
3
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4
 
5
===
1 efrain 6
This files describes API changes in /mod/h5pactivity/*,
7
information provided here is intended especially for developers.
8
 
9
=== 4.2 ===
10
 
11
* The WebService mod_h5pactivity_get_h5pactivities_by_courses now returns a `h5pglobalsettings` property that includes the global settings for H5P activities.
12
 
13
=== 4.1 ===
14
 
15
* The following methods now accept an optional `$currentgroup` parameter in order to better support groups:
16
  - `\mod_h5pactivity\local\manager::get_active_users_join`
17
  - `\mod_h5pactivity\local\manager::get_report`
18
  - `\mod_h5pactivity\local\report\participants` constructor
19
 
20
=== 3.11 ===
21
 
22
* Added mod_h5pactivity\local\manager::get_active_users_join method to query all active
23
  users from a specific activity, even in a freeze context.