File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
45
45
}
46
46
47
47
// 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 ' );
49
49
50
50
define ('MOODLE_PLUGIN_CI_BOXED ' , '@is_boxed@ ' );
51
51
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
9
9
The format of this change log follows the advice given at [ Keep a CHANGELOG] ( https://keepachangelog.com ) .
10
10
11
11
## [ Unreleased]
12
+ ## [ 4.5.4] - 2024-08-23
12
13
### Changed
13
14
- Fixed nvm loading issue caused by upstream regression.
14
15
@@ -728,7 +729,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
728
729
- ` moodle-plugin-ci shifter ` command. Run YUI Shifter on plugin YUI modules.
729
730
- ` moodle-plugin-ci csslint ` command. Lints the CSS files in the plugin.
730
731
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
732
734
[ 4.5.3 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.2...4.5.3
733
735
[ 4.5.2 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.1...4.5.2
734
736
[ 4.5.1 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.0...4.5.1
You can’t perform that action at this time.
0 commit comments