Skip to content

Commit e1d7ae5

Browse files
committed
Prepare for 4.2.0 release
1 parent ee53626 commit e1d7ae5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bin/moodle-plugin-ci

Lines changed: 1 addition & 1 deletion
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.1.8');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.2.0');
4949

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

docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
1010

1111
## [Unreleased]
12+
## [4.2.0] - 2023-11-30
1213
### Added
1314
- Added support for the `--tags` and `--name` options to the `behat` command.
1415
- Added support for the `--configure`, `--testsuite` and `--filter` options to the `phpunit` command.
1516

1617
### Changed
18+
- 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).
1719
- 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.
1820
- ACTION SUGGESTED: For some (unknown) reason, Travis environments with PHP 8.2 have started to fail with error:
1921

@@ -617,7 +619,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
617619
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
618620
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
619621

620-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.8...main
622+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.2.0...main
623+
[4.2.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.8...4.2.0
621624
[4.1.8]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.7...4.1.8
622625
[4.1.7]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.6...4.1.7
623626
[4.1.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.5...4.1.6

0 commit comments

Comments
 (0)