diff --git a/README.md b/README.md index 2327d6c..306454b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/version.php b/version.php index 6e78082..f8a0419 100644 --- a/version.php +++ b/version.php @@ -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];