Skip to content

Commit f722b93

Browse files
committed
Prepare for 4.5.4 release
1 parent 1b44ae0 commit f722b93

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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.5.3');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.5.4');
4949

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

docs/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
1010

1111
## [Unreleased]
12+
## [4.5.4] - 2024-08-23
1213
### Changed
1314
- Fixed nvm loading issue caused by upstream regression.
1415

@@ -728,7 +729,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
728729
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
729730
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
730731

731-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.3...main
732+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.4...main
733+
[4.5.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.3...4.5.4
732734
[4.5.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.2...4.5.3
733735
[4.5.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.1...4.5.2
734736
[4.5.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.0...4.5.1

0 commit comments

Comments
 (0)