From cbba322850616eeb42af0d305a4f0ec29d38b119 Mon Sep 17 00:00:00 2001 From: Benjamin Walker Date: Thu, 14 Nov 2024 12:30:14 +1000 Subject: [PATCH] Update version support --- README.md | 7 ++++--- version.php | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7747e06..95e3784 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,10 @@ A rough roadmap with no set timelines: ## Branches The following lists the supported branch to use based on your Moodle version. -| Moodle version | Branch | -|----------------|------------------| -| Moodle 3.9+ | MOODLE_39_STABLE | +| Moodle version | Branch | +|----------------|-------------------| +| Moodle 3.9-4.3 | MOODLE_39_STABLE | +| Moodle 4.4+ | MOODLE_404_STABLE | ## Installation diff --git a/version.php b/version.php index be6894c..cabc7cb 100644 --- a/version.php +++ b/version.php @@ -31,4 +31,5 @@ $plugin->component = 'tool_emailutils'; $plugin->dependencies = ['local_aws' => 2020061500]; $plugin->maturity = MATURITY_STABLE; -$plugin->supported = [39, 404]; +$plugin->supported = [39, 403]; +$plugin->incompatible = 405; // Limited support for 4.4.