Skip to content

Commit 6021f9f

Browse files
committed
Prepare for 3.4.5 release
1 parent 685088b commit 6021f9f

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.4');
49+
define('MOODLE_PLUGIN_CI_VERSION', '3.4.5');
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.5] - 2023-01-23
1214
### Changed
1315
- 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.
1416

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

469-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.4...master
471+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.5...master
472+
[3.4.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.4...3.4.5
470473
[3.4.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.3...3.4.4
471474
[3.4.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.2...3.4.3
472475
[3.4.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.1...3.4.2

0 commit comments

Comments
 (0)