You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
11
11
## [Unreleased]
12
12
### Added
13
13
- Support for subplugins in the extra-plugins directory for install.
14
+
- Support for [`coverage.php`](https://docs.moodle.org/dev/Writing_PHPUnit_tests#Check_your_coverage) files added. Previous coverage defaults only will be applied when that file is not present in the plugin.
15
+
16
+
### Changed
17
+
- Updated project dependencies to current [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.
18
+
- Updated version of [moodle-local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) to v3.0.4.
19
+
- Both Chrome and Firefox are back to use latest Selenium 3 versions, previously pinned because of some interim problems with them.
20
+
- GitHub [no longer supports the git:// protocol](https://github.blog/2021-09-01-improving-git-protocol-security-github/). Please change any use to `https://` instead.
21
+
- Internal, various improvements to self testing.
14
22
15
23
## [3.2.1] - 2021-07-30
16
24
### Changed
@@ -80,7 +88,7 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
80
88
81
89
### Changed
82
90
-`moodle-plugin-ci phpunit` when coverage report is included, phpdbg is called with ignore memory limits param
83
-
to avoid memory exhaused errors.
91
+
to avoid memory exhausted errors.
84
92
- Updated project dependencies to current [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.
85
93
- Updated version of [moodle-local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) to v3.0.0.
86
94
- Install grunt locally and use `npx grunt` to run it instead of installing it globally.
0 commit comments