Skip to content

Commit

Permalink
Update version support
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkerl committed Mar 14, 2024
1 parent 827c172 commit 38f398c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Branches

| Moodle verion | Branch | PHP |
| ----------------- | --------------------- | -------- |
| Moodle 3.3 to 3.7 | master | 7.2 |
| Moodle 4.1+ | MOODLE_401_STABLE | 7.4 |
| Moodle 3.3 to 4.0 | master | 7.2 |
| Moodle 2.7 | MOODLE_27_STABLE | 5.5 |

Performance impact
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2022060300;
$plugin->release = 2020070300;
$plugin->version = 2024031400;
$plugin->release = 2024031400;
$plugin->requires = 2015051100;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'local_csp';
$plugin->supported = [34, 401];
$plugin->supported = [401, 403];

0 comments on commit 38f398c

Please sign in to comment.