Skip to content

Commit 409180a

Browse files
committed
Prepare for 4.1.0 release
1 parent d5415d5 commit 409180a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bin/moodle-plugin-ci

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

4747
// Current version. Keep it updated on releases.
48-
define('MOODLE_PLUGIN_CI_VERSION', '4.0.0');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.1.0');
4949

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

docs/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
1010

11-
## [Unreleased]
11+
## [4.1.0] - 2023-05-29
1212
### Added
1313
- Add the `--testdox` option to the `phpunit` command.
1414
- Add the `--max-warnings` option to the `phpdoc` command, so it behaves the same than the `phpcs` command. Note that this modifies current behaviour (see next point) and plugins with only warnings won't be failing any more.
@@ -534,7 +534,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
534534
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
535535
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
536536

537-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.0.0...master
537+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.1.0...master
538+
[4.1.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/4.0.0...4.1.0
538539
[4.0.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.12...4.0.0
539540
[3.4.12]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.11...3.4.12
540541
[3.4.11]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.10...3.4.11

0 commit comments

Comments
 (0)