Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
# Changelog
2
All notable changes to this project will be documented in this file.
3
 
4
## [1.6] - 2024052100
5
### Added
6
- Support for Moodle 4.4
7
### Fixed
8
- Coding style fixes
9
- Failing core unittests, #12
10
 
11
## [1.5] - 2023112400
12
### Added
13
- Display course ratings details to non-logged in users instead of redirecting to login page
14
- Add testing on Moodle 4.3
15
 
16
## [1.4] - 2023072800
17
### Added
18
- Compatibility with Moodle 4.1 and 4.2
19
 
20
## [1.3] - 2022111300
21
### Added
22
- Course report with all individual ratings and reviews
23
- For Moodle 4.0 - data source for the report builder for all courses ratings and reviews
24
 
25
### Changed
26
- Hide "Course rating" field from the course edit form
27
 
28
## [1.2] - 2022070800
29
### Changed
30
- Prevent JS from loading in 'embedded' page layout (fixes bug when used with filter_embedquestion plugin).
31
 
32
## [1.1] - 2022070500
33
### Added
34
- New setting **tool_courserating/parentcss** allows to specify custom position of the
35
  course rating on the course page (useful for custom site themes).
36
 
37
## [1.0] - 2022061900
38
First release