Skip to content

Commit 30f6347

Browse files
committed
Prepare for 4.5.2 release
1 parent a482daa commit 30f6347

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-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.1');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.5.2');
4949

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

docs/CHANGELOG.md

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

1111
## [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+
1216
## [4.5.1] - 2024-06-14
1317
### Changed
1418
- 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
714718
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
715719
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
716720

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
718723
[4.5.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.0...4.5.1
719724
[4.5.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.5...4.5.0
720725
[4.4.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.4...4.4.5

0 commit comments

Comments
 (0)