Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
### v1.6.1 ###
2
 
3
* Fixed - Report disabled for site as a course (i.e. when course is 1)
4
* Fixed - Removed deprecated lib files
5
* Added - support to for moodle 4.0+
6
 
7
### v1.6.0 ###
8
 
9
* Added Support for moodle 4.3.
10
* Added Support for render chart with Core charts API.
11
* Fixed Remove support of YUI for render chart.
12
 
13
 
14
### v1.5.1 ###
15
 
16
* Added `composer.json` to facilitate loading Moodle Plugins as dependencies. Credit goes to @michaelmeneses for the addition.
17
* Code cleanup to pass more prechecks.
18
* Confirmed to work in Moodle 3.10.
19
 
20
### v1.5 ###
21
 
22
* Fixed issue #12 - Missing privacy provider. Credit goes
23
  to @golenkovm for the fix.
24
* Confirmed to work in Moodle 3.9 and 3.10.
25
 
26
### v1.4 ###
27
 
28
* Fixed issue #10 - deprecated class `coursecat` removed from Moodle 3.10. Credit goes
29
  to Eric Bram @sei-ebram for the fix.
30
* Confirmed by users to work in Moodle 3.9 and 3.10.
31
 
32
 
33
### v1.3 ###
34
 
35
* Fixed critical error thrown in Moodle 2.9 by switching to `\core\log\sql_reader`. Credit goes to Andrew Davis (@andyjdavis) for
36
  spotting and debugging this.