Skip to content

Commit f31fea1

Browse files
authored
Merge pull request #339 from kabalin/release
Prepare for 4.5.6 release
2 parents d9ebaf9 + 8b2385d commit f31fea1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.5');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.5.6');
4949

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

docs/CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88

99
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
1010

11-
## [Unreleased]
11+
## [4.5.6] - 2025-01-31
1212
### Fixed
13+
- Removed the PHPUnit --verbose option to comply with Moodle 5.0
1314
- Fix getComponentInstallDirectory plugintypes retrieval issue to comply with 5.0
1415

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+
1520
## [4.5.5] - 2024-11-06
1621
### Added
1722
- Improvements to plugin validation implementation:
@@ -746,7 +751,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
746751
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
747752
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
748753

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
750756
[4.5.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.4...4.5.5
751757
[4.5.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.3...4.5.4
752758
[4.5.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.2...4.5.3

0 commit comments

Comments
 (0)