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
+6-1
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,10 @@ 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
+
## [4.5.0] - 2024-06-03
12
13
### Changed
13
14
- Updated project dependencies to current [moodle-cs v3.4.7](https://github.com/moodlehq/moodle-cs) and [moodle-local_ci v1.0.30](https://github.com/moodlehq/moodle-local_ci) releases.
15
+
- Internal, various improvements to self testing.
14
16
15
17
### Deprecated
16
18
- The use of `phpdbg` to calculate PHPUnit's code-coverage has been deprecated in this `moodle-plugin-ci` release (4.5.0) and will be removed in 5.0.0. This includes both the implicit (default) option when no alternative (`pcov` or `xdebug`) is available and the explicit `--coverage-phpdbg` option.
@@ -705,7 +707,10 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
705
707
-`moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
706
708
-`moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
0 commit comments