Skip to content

Commit 7e8a648

Browse files
committed
Prepare for 3.4.1 release
1 parent fec2ce4 commit 7e8a648

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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.0');
49+
define('MOODLE_PLUGIN_CI_VERSION', '3.4.1');
5050

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

docs/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ 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.1] - 2022-09-21
1214
### Changed
1315
- Updated all GHA scripts, templates and guides to use Ubuntu 22.04 (jammy). This change is not required yet, but integrations using old versions (Ubuntu 16.04, 18.04...) may face problems in the future because they are being deprecated.
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.
1517

16-
1718
## [3.4.0] - 2022-07-27
1819
### Added
1920
- `moodle-plugin-ci install` now provides an option `--db-port` to define a custom database port.
@@ -437,7 +438,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
437438
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
438439
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
439440

440-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.0...master
441+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.1...master
442+
[3.4.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.0...3.4.1
441443
[3.4.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.3.0...3.4.0
442444
[3.3.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.6...3.3.0
443445
[3.2.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.5...3.2.6

0 commit comments

Comments
 (0)