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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
10
10
11
11
## [Unreleased]
12
+
No unreleased changes.
13
+
14
+
## [3.0.4] - 2021-01-29
12
15
### Fixed
13
16
-`moodle-plugin-ci grunt` now only runs against the `yui/src` directory when configuring the YUI task.
14
17
This resolves an issue where an "Unable to find local grunt" message was reported when code was structured in a legacy
@@ -19,6 +22,7 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
19
22
to avoid memory exhaused errors.
20
23
- 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.
21
24
- Updated version of [moodle-local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) to v3.0.0.
25
+
- Install grunt locally and use `npx grunt` to run it instead of installing it globally.
22
26
23
27
### Added
24
28
- Detect existence of legacy php-webdriver, and use a different Firefox image when it is in use.
@@ -305,7 +309,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
305
309
-`moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
306
310
-`moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
0 commit comments