Skip to content

Commit

Permalink
Prepare for 4.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 3, 2024
1 parent 0ba83b9 commit cdb52da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.4.5');
define('MOODLE_PLUGIN_CI_VERSION', '4.5.0');

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

Expand Down
7 changes: 6 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).

## [Unreleased]
## [4.5.0] - 2024-06-03
### Changed
- Updated project dependencies to current [moodle-cs v3.4.7](https://github.com/moodlehq/moodle-cs) and [moodle-local_ci v1.0.30](https://github.com/moodlehq/moodle-local_ci) releases.
- Internal, various improvements to self testing.

### Deprecated
- The use of `phpdbg` to calculate PHPUnit's code-coverage has been deprecated in this `moodle-plugin-ci` release (4.5.0) and will be removed in 5.0.0. This includes both the implicit (default) option when no alternative (`pcov` or `xdebug`) is available and the explicit `--coverage-phpdbg` option.
Expand Down Expand Up @@ -705,7 +707,10 @@ 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.4.3...main
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.5.0...main
[4.5.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.5...4.5.0
[4.4.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.4...4.4.5
[4.4.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.3...4.4.4
[4.4.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.2...4.4.3
[4.4.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.1...4.4.2
[4.4.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.4.0...4.4.1
Expand Down

0 comments on commit cdb52da

Please sign in to comment.