File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
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.6 ' );
48
+ define ('MOODLE_PLUGIN_CI_VERSION ' , '4.5.7 ' );
49
49
50
50
define ('MOODLE_PLUGIN_CI_BOXED ' , '@is_boxed@ ' );
51
51
Original file line number Diff line number Diff line change @@ -9,11 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
9
9
The format of this change log follows the advice given at [ Keep a CHANGELOG] ( https://keepachangelog.com ) .
10
10
11
11
## [ Unreleased]
12
- ### Added
12
+ ## [ 4.5.7] - 2025-03-26
13
+ ### Changed
13
14
- Allow to run with PHP 8.4 (supported in Moodle 5.0)
14
- - New ` --scss-deprecations ` option added to the ` behat ` command
15
15
- Updated travis.yml and the recommendations to run travis with Postgres 14
16
16
17
+ ### Added
18
+ - New ` --scss-deprecations ` option added to the ` behat ` command
19
+
17
20
## [ 4.5.6] - 2025-01-31
18
21
### Fixed
19
22
- 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
757
760
- ` moodle-plugin-ci shifter ` command. Run YUI Shifter on plugin YUI modules.
758
761
- ` moodle-plugin-ci csslint ` command. Lints the CSS files in the plugin.
759
762
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
761
765
[ 4.5.6 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.5...4.5.6
762
766
[ 4.5.5 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.4...4.5.5
763
767
[ 4.5.4 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.3...4.5.4
You can’t perform that action at this time.
0 commit comments