Skip to content

Commit e5fe180

Browse files
committed
Prepare for 3.4.4 release
1 parent b3df4fb commit e5fe180

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.3');
49+
define('MOODLE_PLUGIN_CI_VERSION', '3.4.4');
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.4] - 2022-01-20
1214
### Changed
1315
- Updated to `php-compatibility` dev version. This was needed because the last release is from 2019 and, until a new release is available, it was the only way to get it working with PHP 8.1 and above and some good new Sniffs incorporated.
1416

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

461-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.3...master
463+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.4...master
464+
[3.4.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.3...3.4.4
462465
[3.4.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.2...3.4.3
463466
[3.4.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.1...3.4.2
464467
[3.4.1]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.4.0...3.4.1

0 commit comments

Comments
 (0)