Skip to content

Commit

Permalink
Update version support
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkerl committed Nov 14, 2024
1 parent 9addf95 commit dda69ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit dda69ef

Please sign in to comment.