Skip to content

Commit 6ced5b7

Browse files
committed
Prepare for 4.4.2 release
1 parent c3f7ea8 commit 6ced5b7

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
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.1');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.4.2');
4949

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

docs/CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,19 @@ 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-
13-
- Added GHA step to store Behat faildump as workflow artefact, so it can be
12+
## [4.4.2] - 2024-03-30
13+
### Added
14+
- Added GHA step to store Behat fail-dumps as workflow artefacts, so it can be
1415
[inspected](https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts). Documentation has been updated as well to reflect the purpose of the step.
16+
- Added support for the `--license-regex` option to the `phpcs` command. When specified, all the PHPDoc license tags (`@license`) are inspected to ensure that they contain some text matching the regular expression (a license type: `/GNU GPL v3 or later/`, ... or any other valid alternative).
17+
18+
### Changed
19+
- Updated project dependencies to current [moodle-cs v3.4.4](https://github.com/moodlehq/moodle-cs), [moodle-local_moodlecheck v1.3.2](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci v1.0.29](https://github.com/moodlehq/moodle-local_ci) releases.
20+
- Updated self CI dependencies to current PHP and Moodle versions.
21+
- For pull requests, set the Assignee automatically (to the author of the PR).
22+
23+
### Removed
24+
- The documentation about the `phpcpd` command (deprecated and to be removed in 5.0.0) has been deleted from all the templates and docs.
1525

1626
## [4.4.1] - 2024-03-08
1727
### Added
@@ -672,7 +682,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
672682
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
673683
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
674684

675-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.1...main
685+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.2...main
686+
[4.4.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.1...4.4.2
676687
[4.4.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.0...4.4.1
677688
[4.4.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.2...4.4.0
678689
[4.3.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.1...4.3.2

0 commit comments

Comments
 (0)