Skip to content

Commit

Permalink
Prepare for 4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Nov 30, 2023
1 parent ee53626 commit e1d7ae5
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1.8');
define('MOODLE_PLUGIN_CI_VERSION', '4.2.0');

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

Expand Down
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ 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.2.0] - 2023-11-30
### Added
- Added support for the `--tags` and `--name` options to the `behat` command.
- Added support for the `--configure`, `--testsuite` and `--filter` options to the `phpunit` command.

### Changed
- The default branch of this repository has been renamed from `master` to `main`. You can visit [this issue (#258)](https://github.com/moodlehq/moodle-plugin-ci/issues/258) for more information about the potential actions required (if you use this, or clones/forks of this, repository).
- ACTION SUGGESTED: If you are using GitHub Actions, it's recomended to use `!cancelled()` instead of `always()` for moodle-plugin-ci tests. Adding a final step that always returns failure when the workflow is cancelled will ensure that cancelled workflows are not marked as successful. For a working example, please reference the updated `gha.dist.yml` file.
- ACTION SUGGESTED: For some (unknown) reason, Travis environments with PHP 8.2 have started to fail with error:

Expand Down Expand Up @@ -617,7 +619,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.1.8...main
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.2.0...main
[4.2.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.8...4.2.0
[4.1.8]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.7...4.1.8
[4.1.7]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.6...4.1.7
[4.1.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.5...4.1.6
Expand Down

0 comments on commit e1d7ae5

Please sign in to comment.