From 90782b678e435fbd39fd0ce138335e25c27a0d53 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 8 Mar 2024 16:58:46 +0100 Subject: [PATCH] Prepare for 4.4.1 release --- bin/moodle-plugin-ci | 2 +- docs/CHANGELOG.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bin/moodle-plugin-ci b/bin/moodle-plugin-ci index 636a8910..4ab4d81d 100755 --- a/bin/moodle-plugin-ci +++ b/bin/moodle-plugin-ci @@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) { } // Current version. Keep it updated on releases. -define('MOODLE_PLUGIN_CI_VERSION', '4.4.0'); +define('MOODLE_PLUGIN_CI_VERSION', '4.4.1'); define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@'); diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 73fa92f3..896ee216 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,9 +9,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] +## [4.4.1] - 2024-03-08 +### Added +- 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. + ### Changed - 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. +### Fixed +- Some small fixes to documentation. + ## [4.4.0] - 2024-02-16 ### Added - 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 - `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules. - `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin. -[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.0...main +[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.1...main +[4.4.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.0...4.4.1 [4.4.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.2...4.4.0 [4.3.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.1...4.3.2 [4.3.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.0...4.3.1