File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
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.5 ' );
48
+ define ('MOODLE_PLUGIN_CI_VERSION ' , '4.5.6 ' );
49
49
50
50
define ('MOODLE_PLUGIN_CI_BOXED ' , '@is_boxed@ ' );
51
51
Original file line number Diff line number Diff line change @@ -8,10 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
8
8
9
9
The format of this change log follows the advice given at [ Keep a CHANGELOG] ( https://keepachangelog.com ) .
10
10
11
- ## [ Unreleased ]
11
+ ## [ 4.5.6 ] - 2025-01-31
12
12
### Fixed
13
+ - Removed the PHPUnit --verbose option to comply with Moodle 5.0
13
14
- Fix getComponentInstallDirectory plugintypes retrieval issue to comply with 5.0
14
15
16
+ ### Changed
17
+ - Updated project dependencies to current PHP and Moodle versions.
18
+ - ACTION SUGGESTED: bump workflows to postgres 14, which is a requirement for Moodle 5.0
19
+
15
20
## [ 4.5.5] - 2024-11-06
16
21
### Added
17
22
- Improvements to plugin validation implementation:
@@ -746,7 +751,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
746
751
- ` moodle-plugin-ci shifter ` command. Run YUI Shifter on plugin YUI modules.
747
752
- ` moodle-plugin-ci csslint ` command. Lints the CSS files in the plugin.
748
753
749
- [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.5...main
754
+ [ Unreleased ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.6...main
755
+ [ 4.5.6 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.5...4.5.6
750
756
[ 4.5.5 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.4...4.5.5
751
757
[ 4.5.4 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.3...4.5.4
752
758
[ 4.5.3 ] : https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.2...4.5.3
You can’t perform that action at this time.
0 commit comments