Skip to content

Commit bb79cdf

Browse files
committed
Prepare for 3.4.2 release
1 parent a5ce15e commit bb79cdf

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
@@ -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.1');
49+
define('MOODLE_PLUGIN_CI_VERSION', '3.4.2');
5050

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

docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ 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.2] - 2022-10-18
1214
### Changed
1315
- Internal improvements to the release process.
1416
- Updated project dependencies to current [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.
@@ -443,7 +445,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
443445
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
444446
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
445447

446-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.1...master
448+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.2...master
449+
[3.4.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.1...3.4.2
447450
[3.4.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.0...3.4.1
448451
[3.4.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.3.0...3.4.0
449452
[3.3.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.6...3.3.0

0 commit comments

Comments
 (0)