From cdb52da8f712f9ab7dd558378236afb2979a7c17 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 3 Jun 2024 17:55:44 +0200 Subject: [PATCH] Prepare for 4.5.0 release --- bin/moodle-plugin-ci | 2 +- docs/CHANGELOG.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bin/moodle-plugin-ci b/bin/moodle-plugin-ci index 2078b90d..ad5f631d 100755 --- a/bin/moodle-plugin-ci +++ b/bin/moodle-plugin-ci @@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) { } // Current version. Keep it updated on releases. -define('MOODLE_PLUGIN_CI_VERSION', '4.4.5'); +define('MOODLE_PLUGIN_CI_VERSION', '4.5.0'); define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@'); diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b0bb081c..0986e359 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,8 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] +## [4.5.0] - 2024-06-03 ### Changed - 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. +- Internal, various improvements to self testing. ### Deprecated - 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 - `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules. - `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin. -[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.3...main +[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.0...main +[4.5.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.5...4.5.0 +[4.4.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.4...4.4.5 +[4.4.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.3...4.4.4 [4.4.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.2...4.4.3 [4.4.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.1...4.4.2 [4.4.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.0...4.4.1