Skip to content

Commit 050effe

Browse files
committed
Prepare for 4.4.4 release
1 parent 5913b3c commit 050effe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.4.3');
48+
define('MOODLE_PLUGIN_CI_VERSION', '4.4.4');
4949

5050
define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@');
5151

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ 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+
## [4.4.4] - 2024-04-03
14+
### Changed
15+
- Updated project dependencies to current [moodle-cs v3.4.6](https://github.com/moodlehq/moodle-cs) release.
16+
1217
## [4.4.3] - 2024-03-31
1318
### Changed
1419
- Updated project dependencies to current [moodle-cs v3.4.5](https://github.com/moodlehq/moodle-cs) release.

0 commit comments

Comments
 (0)