From 050effe4f793b6db7690c514854325fae55d6cc0 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 3 Apr 2024 16:12:10 +0800 Subject: [PATCH] Prepare for 4.4.4 release --- bin/moodle-plugin-ci | 2 +- docs/CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/moodle-plugin-ci b/bin/moodle-plugin-ci index 2563011a..fc8bfd3d 100755 --- a/bin/moodle-plugin-ci +++ b/bin/moodle-plugin-ci @@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) { } // Current version. Keep it updated on releases. -define('MOODLE_PLUGIN_CI_VERSION', '4.4.3'); +define('MOODLE_PLUGIN_CI_VERSION', '4.4.4'); define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@'); diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0f148dcd..18f90890 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] + +## [4.4.4] - 2024-04-03 +### Changed +- Updated project dependencies to current [moodle-cs v3.4.6](https://github.com/moodlehq/moodle-cs) release. + ## [4.4.3] - 2024-03-31 ### Changed - Updated project dependencies to current [moodle-cs v3.4.5](https://github.com/moodlehq/moodle-cs) release.