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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,11 @@ 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
+
## [3.4.9] - 2023-03-08
12
14
### Added
13
15
- Improved release process: Now every version changelog (this file) is automatically added to the release notes.
16
+
- New `--test-version` option added to the `phpcs` (`codechecker`) command in order to specify the PHP version `(x.y)` or range of PHP versions `(x.y-w.z)` to be checked by the `PHPCompatibility` standard (part of the `moodle` standard).
14
17
15
18
## [3.4.8] - 2023-03-06
16
19
### Changed
@@ -485,7 +488,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
485
488
-`moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
486
489
-`moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
0 commit comments