File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
5050define ('MOODLE_PLUGIN_CI_BOXED ' , '@is_boxed@ ' );
5151
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99The 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.
You can’t perform that action at this time.
0 commit comments