File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.4 ' );
48+ define ('MOODLE_PLUGIN_CI_VERSION ' , '4.4.5 ' );
4949
5050define ('MOODLE_PLUGIN_CI_BOXED ' , '@is_boxed@ ' );
5151
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
1010
1111## [ Unreleased]
1212
13+ ## [ 4.4.5] - 2024-04-03
14+ ### Changed
15+ - Additional release for error in release process
16+
1317## [ 4.4.4] - 2024-04-03
1418### Changed
1519- Updated project dependencies to current [ moodle-cs v3.4.6] ( https://github.com/moodlehq/moodle-cs ) release.
You can’t perform that action at this time.
0 commit comments