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
@@ -9,9 +9,16 @@ 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
+
## [4.4.1] - 2024-03-08
13
+
### Added
14
+
- New `--no-plugin-node` option added to the `install` command, to be able to skip the installation of any NodeJS stuff that the plugin may include. The previous default has not changed and both Moodle's and plugin's NodeJS installation continues happening normally.
15
+
12
16
### Changed
13
17
- Updated project dependencies to current [moodle-cs v3.4.1](https://github.com/moodlehq/moodle-cs), [moodle-local_moodlecheck v1.3.0](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci v1.0.28](https://github.com/moodlehq/moodle-local_ci) releases.
14
18
19
+
### Fixed
20
+
- Some small fixes to documentation.
21
+
15
22
## [4.4.0] - 2024-02-16
16
23
### Added
17
24
- New `--selenium` option or `MOODLE_BEHAT_SELENIUM_IMAGE` env variable to the `behat` command, to be able to specify the Selenium Docker image to use (defaults apply if not specified).
@@ -661,7 +668,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
661
668
-`moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
662
669
-`moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
0 commit comments