Skip to content

Commit

Permalink
Merge pull request #339 from kabalin/release
Browse files Browse the repository at this point in the history
Prepare for 4.5.6 release
  • Loading branch information
paulholden authored Jan 31, 2025
2 parents d9ebaf9 + 8b2385d commit f31fea1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/moodle-plugin-ci
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
}

// Current version. Keep it updated on releases.
define('MOODLE_PLUGIN_CI_VERSION', '4.5.5');
define('MOODLE_PLUGIN_CI_VERSION', '4.5.6');

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

Expand Down
10 changes: 8 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).

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

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

### Changed
- Updated project dependencies to current PHP and Moodle versions.
- ACTION SUGGESTED: bump workflows to postgres 14, which is a requirement for Moodle 5.0

## [4.5.5] - 2024-11-06
### Added
- Improvements to plugin validation implementation:
Expand Down Expand Up @@ -746,7 +751,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.

[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.5...main
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.6...main
[4.5.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.5...4.5.6
[4.5.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.4...4.5.5
[4.5.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.3...4.5.4
[4.5.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.2...4.5.3
Expand Down

0 comments on commit f31fea1

Please sign in to comment.