File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 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')) {
4545}
4646
4747// Current version. Keep it updated on releases.
48- define ('MOODLE_PLUGIN_CI_VERSION ' , '4.5.0 ' );
48+ define ('MOODLE_PLUGIN_CI_VERSION ' , '4.5.1 ' );
4949
5050define ('MOODLE_PLUGIN_CI_BOXED ' , '@is_boxed@ ' );
5151
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99The format of this change log follows the advice given at [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
1010
1111## [ Unreleased]
12+ ## [ 4.5.1] - 2024-06-14
1213### Changed
1314- Updated project dependencies to current [ moodle-cs v3.4.8] ( https://github.com/moodlehq/moodle-cs ) release.
1415
@@ -713,7 +714,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
713714- ` moodle-plugin-ci shifter ` command. Run YUI Shifter on plugin YUI modules.
714715- ` moodle-plugin-ci csslint ` command. Lints the CSS files in the plugin.
715716
716- [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.0...main
717+ [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.1...main
718+ [ 4.5.1 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.0...4.5.1
717719[ 4.5.0 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.5...4.5.0
718720[ 4.4.5 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.4...4.4.5
719721[ 4.4.4 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.3...4.4.4
You can’t perform that action at this time.
0 commit comments