Skip to content

Commit 1de4152

Browse files
committed
Prepare for 3.3.0 release
1 parent 322ef48 commit 1de4152

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.2.6');
49+
define('MOODLE_PLUGIN_CI_VERSION', '3.3.0');
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.3.0] - 2022-06-28
1214
### Added
1315
- PHPUnit code coverage will now automatically fallback between `pcov` => `xdebug` => `phpdbg`, using the "best" one available in the system. Still, if needed to, any of them can be forced, given all their requirements are fulfilled, using the following new options of the 'phpunit' command: `--coverage-pcov`, `--coverage-xdebug` or `--coverage-phpdbg`.
1416
- ACTION SUGGESTED: Ensure that the `pcov` or `xdebug` extensions are installed in your environment to get 'moodle-plugin-ci' using them automatically.
@@ -416,7 +418,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
416418
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
417419
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
418420

419-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.6...master
421+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.3.0...master
422+
[3.3.0]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.6...3.3.0
420423
[3.2.6]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.5...3.2.6
421424
[3.2.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.4...3.2.5
422425
[3.2.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.3...3.2.4

0 commit comments

Comments
 (0)