Skip to content

Commit a283834

Browse files
committed
Prepare for 4.5.10 release
1 parent 00858a8 commit a283834

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bin/moodle-plugin-ci

Lines changed: 1 addition & 1 deletion
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.9');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.5.10');
4949

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

docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ 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+
13+
## [4.5.10] - 2026-02-06
1214
### Changed
1315
- Updated project dependencies to current [moodle-cs v3.7.0](https://github.com/moodlehq/moodle-cs) and [moodle-local_ci v1.1.4](https://github.com/moodlehq/moodle-local_ci) releases. The project now targets the current Moodle version.
1416
- ACTION SUGGESTED: bump workflows to postgres 16, which is a requirement for Moodle 5.2
@@ -786,7 +788,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
786788
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
787789
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
788790

789-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.9...main
791+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.10...main
792+
[4.5.10]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.9...4.5.10
790793
[4.5.9]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.8...4.5.9
791794
[4.5.8]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.7...4.5.8
792795
[4.5.7]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.6...4.5.7

0 commit comments

Comments
 (0)