Skip to content

Commit

Permalink
Support Moodle 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Nguyen committed Nov 15, 2024
1 parent 2c645b1 commit f9c257d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Branches

| Branch | Moodle version | PHP Version |
| ------------------ | ----------------- | ----------- |
| MOODLE_41_STABLE | Moodle 4.1+ | Php 7.4+ |
| MOODLE_401_STABLE | Moodle 4.1+ | Php 7.4+ |
| master | Moodle 3.8 - 4.1 | Php 7.1 |

The master branch will work natively with Moodle from version 3.8 onwards, but has soft support for earlier versions with backports for hooks. If a previous version is used, the commit from MDL-66173 can be backported to a previous installation, and the plugin will be functional.
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
$plugin->requires = 2022112800;
$plugin->component = 'tool_securityquestions';
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [401, 403];
$plugin->supported = [401, 405];

0 comments on commit f9c257d

Please sign in to comment.