Skip to content

Commit 83054f8

Browse files
committed
Prepare for 4.3.1 release
1 parent 5cf4b64 commit 83054f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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.3.0');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.3.1');
4949

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

docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ 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.1] - 2024-01-19
1213
### Added
1314
- Added support for the `--todo-comment-regex` option to the `phpcs` command. When specified, all the todo comments (`TODO` and `@todo`) are inspected to ensure that they contain some text matching the regular expression (a tracker issue key: `MDL-[0-9]+`, a link to GitHub: `github.com/moodle/moodle/pull/[0-9]+`, ... or any other valid alternative).
1415

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

636-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.0...main
637+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.1...main
638+
[4.3.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.3.0...4.3.1
637639
[4.3.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.2.0...4.3.0
638640
[4.2.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.8...4.2.0
639641
[4.1.8]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.7...4.1.8

0 commit comments

Comments
 (0)