Skip to content

Commit

Permalink
Prepare for 4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Dec 19, 2023
1 parent b800f11 commit 1c2c65c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 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.2.0');
define('MOODLE_PLUGIN_CI_VERSION', '4.3.0');

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

Expand Down
11 changes: 7 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ 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.3.0] - 2023-12-19
### Added
- Added [Moodle App](MoodleApp.md) Behat testing support.
- Added support for the `--exclude` option to the `phpcs` command.

### Changed
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.

## [4.2.0] - 2023-11-30
### Added
- Added support for the `--tags` and `--name` options to the `behat` command.
Expand All @@ -29,9 +34,6 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
To avoid that problem, it's recommended to to add the `libonig5` package to the `travis.yml` file. For a working example, please reference the updated `.travis.dist.yml`file.
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) and [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) versions.

### Added
- Support and document usage with the [Moodle App](MoodleApp.md).

## [4.1.8] - 2023-10-20
### Changed
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) version.
Expand Down Expand Up @@ -625,7 +627,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.2.0...main
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.0...main
[4.3.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.2.0...4.3.0
[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
Expand Down

0 comments on commit 1c2c65c

Please sign in to comment.