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
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,19 @@ 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
-
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
14
15
[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.
15
25
16
26
## [4.4.1] - 2024-03-08
17
27
### Added
@@ -672,7 +682,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
672
682
-`moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
673
683
-`moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
0 commit comments