Skip to content

Commit cdb52da

Browse files
committed
Prepare for 4.5.0 release
1 parent 0ba83b9 commit cdb52da

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

bin/moodle-plugin-ci

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

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

docs/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ 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+
## [4.5.0] - 2024-06-03
1213
### Changed
1314
- 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.
1416

1517
### Deprecated
1618
- 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
705707
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
706708
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
707709

708-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.3...main
710+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.0...main
711+
[4.5.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.5...4.5.0
712+
[4.4.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.4...4.4.5
713+
[4.4.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.3...4.4.4
709714
[4.4.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.2...4.4.3
710715
[4.4.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.1...4.4.2
711716
[4.4.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.0...4.4.1

0 commit comments

Comments
 (0)