Skip to content

Commit d3e0af6

Browse files
committed
Prepare for 4.5.7 release
1 parent 6409652 commit d3e0af6

File tree

2 files changed

+8
-4
lines changed

2 files changed

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

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

docs/CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +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-
### Added
12+
## [4.5.7] - 2025-03-26
13+
### Changed
1314
- Allow to run with PHP 8.4 (supported in Moodle 5.0)
14-
- New `--scss-deprecations` option added to the `behat` command
1515
- Updated travis.yml and the recommendations to run travis with Postgres 14
1616

17+
### Added
18+
- New `--scss-deprecations` option added to the `behat` command
19+
1720
## [4.5.6] - 2025-01-31
1821
### Fixed
1922
- Removed the PHPUnit --verbose option to comply with Moodle 5.0
@@ -757,7 +760,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
757760
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
758761
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
759762

760-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.6...main
763+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.7...main
764+
[4.5.7]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.6...4.5.7
761765
[4.5.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.5...4.5.6
762766
[4.5.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.4...4.5.5
763767
[4.5.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.3...4.5.4

0 commit comments

Comments
 (0)