Skip to content

Commit 1c2c65c

Browse files
committed
Prepare for 4.3.0 release
1 parent b800f11 commit 1c2c65c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
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.2.0');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.3.0');
4949

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

docs/CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ 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.3.0] - 2023-12-19
1213
### Added
14+
- Added [Moodle App](MoodleApp.md) Behat testing support.
1315
- Added support for the `--exclude` option to the `phpcs` command.
1416

17+
### Changed
18+
- 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.
19+
1520
## [4.2.0] - 2023-11-30
1621
### Added
1722
- Added support for the `--tags` and `--name` options to the `behat` command.
@@ -29,9 +34,6 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
2934
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.
3035
- 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.
3136

32-
### Added
33-
- Support and document usage with the [Moodle App](MoodleApp.md).
34-
3537
## [4.1.8] - 2023-10-20
3638
### Changed
3739
- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) version.
@@ -625,7 +627,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
625627
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
626628
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
627629

628-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.2.0...main
630+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.0...main
631+
[4.3.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.2.0...4.3.0
629632
[4.2.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.8...4.2.0
630633
[4.1.8]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.7...4.1.8
631634
[4.1.7]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.6...4.1.7

0 commit comments

Comments
 (0)