Skip to content

Commit 9df7815

Browse files
kabalinpaulholden
authored andcommitted
Prepare for 4.5.9 release
1 parent 18a3cef commit 9df7815

File tree

2 files changed

+8
-2
lines changed

2 files changed

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

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

docs/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ 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+
## [4.5.9] - 2025-10-10
1213
### Changed
14+
- Updated project dependencies to current [moodle-cs v3.6.0](https://github.com/moodlehq/moodle-cs) and [moodle-local_ci v1.1.3](https://github.com/moodlehq/moodle-local_ci) releases.
1315
- Bump workflows to Postgres 15, which is a requirement for Moodle 5.1
1416

17+
### Fixed
18+
- Fix json file missing error in moodle-plugin-ci.phar
19+
1520
## [4.5.8] - 2025-07-08
1621
### Changed
1722
- Bump default Selenium version to 4.
@@ -774,7 +779,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
774779
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
775780
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
776781

777-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.8...main
782+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.9...main
783+
[4.5.9]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.8...4.5.9
778784
[4.5.8]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.7...4.5.8
779785
[4.5.7]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.6...4.5.7
780786
[4.5.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.5...4.5.6

0 commit comments

Comments
 (0)