Skip to content

Commit 37efc56

Browse files
committed
Prepare for 3.4.11 release
1 parent 28f900e commit 37efc56

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.10');
49+
define('MOODLE_PLUGIN_CI_VERSION', '3.4.11');
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.11] - 2023-03-22
1214
### Changed
1315
- Plugin bundled `phpunit.xml` files are not overwritten or modified ever.
1416
- For Moodle 3.9 and up, when the plugin is missing any `tests/coverage.php` file, core defaults (`lib.php`, `locallib.php`, `classes/`, ...) will be applied. Previously, all the `*.php` files were applied by default (note that older Moodle versions will continue getting them).
@@ -496,7 +498,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
496498
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
497499
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
498500

499-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.10...3.x
501+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.11...3.x
502+
[3.4.11]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.10...3.4.11
500503
[3.4.10]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.9...3.4.10
501504
[3.4.9]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.8...3.4.9
502505
[3.4.8]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.7...3.4.8

0 commit comments

Comments
 (0)