NOBUG: Add upgrade notes
This commit is contained in:
@@ -10,6 +10,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
|
||||
|
||||
### core
|
||||
|
||||
#### Added
|
||||
|
||||
- Add a new method has_valid_group in \core\report_helper that will return true or false depending if the user has a valid group. This is mainly false in case the user is not in any group in SEPARATEGROUPS. Used in report_log and report_loglive
|
||||
|
||||
For more information see [MDL-84464](https://tracker.moodle.org/browse/MDL-84464)
|
||||
|
||||
#### Changed
|
||||
|
||||
- The `\core\attribute\deprecated` attribute constructor `$replacement` parameter now defaults to null, and can be omitted
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
|
||||
## 5.0.1+
|
||||
|
||||
### Added
|
||||
|
||||
- Add a new method has_valid_group in \core\report_helper that will return true or false depending if the user has a valid group. This is mainly false in case the user is not in any group in SEPARATEGROUPS. Used in report_log and report_loglive
|
||||
|
||||
For more information see [MDL-84464](https://tracker.moodle.org/browse/MDL-84464)
|
||||
|
||||
### Changed
|
||||
|
||||
- The `\core\attribute\deprecated` attribute constructor `$replacement` parameter now defaults to null, and can be omitted
|
||||
|
||||
Reference in New Issue
Block a user