From f722b93722902e4fc496fe2afa00e03230107f9f Mon Sep 17 00:00:00 2001 From: Ruslan Kabalin Date: Fri, 23 Aug 2024 12:11:13 +0100 Subject: [PATCH] Prepare for 4.5.4 release --- bin/moodle-plugin-ci | 2 +- docs/CHANGELOG.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/moodle-plugin-ci b/bin/moodle-plugin-ci index 76022ab2..3560ce5d 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.5.3'); +define('MOODLE_PLUGIN_CI_VERSION', '4.5.4'); define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@'); diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f09690c3..7d5fc8fe 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com). ## [Unreleased] +## [4.5.4] - 2024-08-23 ### Changed - Fixed nvm loading issue caused by upstream regression. @@ -728,7 +729,8 @@ 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.5.3...main +[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.4...main +[4.5.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.3...4.5.4 [4.5.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.2...4.5.3 [4.5.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.1...4.5.2 [4.5.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.0...4.5.1