File tree 2 files changed +7
-2
lines changed
2 files changed +7
-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.1 ' );
48
+ define ('MOODLE_PLUGIN_CI_VERSION ' , '4.5.2 ' );
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,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
The format of this change log follows the advice given at [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
10
10
11
11
## [ Unreleased]
12
+ ## [ 4.5.2] - 2024-06-19
13
+ ### Changed
14
+ - Updated project dependencies to current [ moodle-cs v3.4.9] ( https://github.com/moodlehq/moodle-cs ) release.
15
+
12
16
## [ 4.5.1] - 2024-06-14
13
17
### Changed
14
18
- Updated project dependencies to current [ moodle-cs v3.4.8] ( https://github.com/moodlehq/moodle-cs ) release.
@@ -714,7 +718,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
714
718
- ` moodle-plugin-ci shifter ` command. Run YUI Shifter on plugin YUI modules.
715
719
- ` moodle-plugin-ci csslint ` command. Lints the CSS files in the plugin.
716
720
717
- [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.1...main
721
+ [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.2...main
722
+ [ 4.5.2 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.1...4.5.2
718
723
[ 4.5.1 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.0...4.5.1
719
724
[ 4.5.0 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.5...4.5.0
720
725
[ 4.4.5 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.4...4.4.5
You can’t perform that action at this time.
0 commit comments