Skip to content

Commit 15a7bf6

Browse files
committed
Prepare for 3.4.7 release
1 parent 6105db5 commit 15a7bf6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bin/moodle-plugin-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if (file_exists(__DIR__.'/../../../autoload.php')) {
4646
}
4747

4848
// Current version. Keep it updated on releases.
49-
define('MOODLE_PLUGIN_CI_VERSION', '3.4.6');
49+
define('MOODLE_PLUGIN_CI_VERSION', '3.4.7');
5050

5151
define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@');
5252
define('ENV_FILE', dirname(__DIR__).'/.env');

docs/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ 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+
13+
## [3.4.7] - 2023-03-04
1214
### Changed
1315
- Updated project dependencies to current [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) version.
16+
- Fix self-tests to pass with new introduced checks and Node 18.
1417

1518
## [3.4.6] - 2023-02-08
1619
### Changed
@@ -474,7 +477,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
474477
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
475478
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
476479

477-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.6...master
480+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.7...master
481+
[3.4.7]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.6...3.4.7
478482
[3.4.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.5...3.4.6
479483
[3.4.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.4...3.4.5
480484
[3.4.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.3...3.4.4

0 commit comments

Comments
 (0)