Skip to content

Commit 90782b6

Browse files
committed
Prepare for 4.4.1 release
1 parent 6f614d5 commit 90782b6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

bin/moodle-plugin-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
4545
}
4646

4747
// Current version. Keep it updated on releases.
48-
define('MOODLE_PLUGIN_CI_VERSION', '4.4.0');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.4.1');
4949

5050
define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@');
5151

docs/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
1010

1111
## [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+
1216
### Changed
1317
- 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.
1418

19+
### Fixed
20+
- Some small fixes to documentation.
21+
1522
## [4.4.0] - 2024-02-16
1623
### Added
1724
- 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
661668
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
662669
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
663670

664-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.0...main
671+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.1...main
672+
[4.4.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.0...4.4.1
665673
[4.4.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.2...4.4.0
666674
[4.3.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.1...4.3.2
667675
[4.3.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.0...4.3.1

0 commit comments

Comments
 (0)