diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2250552..c1c70a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: enable_phpmd: true disable_phpcpd: true extra_plugin_runners: | - moodle-plugin-ci add-plugin mdjnelson/moodle-mod_customcert --branch MOODLE_401_STABLE; + moodle-plugin-ci add-plugin mdjnelson/moodle-mod_customcert --branch MOODLE_404_STABLE; moodle-plugin-ci add-plugin moodleworkplace/moodle-tool_certificate --branch MOODLE_400_STABLE; moodle-plugin-ci add-plugin moodleworkplace/moodle-mod_coursecertificate --branch MOODLE_400_STABLE; moodle-plugin-ci add-plugin mdjnelson/moodle-mod_certificate --branch master; - moodle-plugin-ci add-plugin danmarsden/moodle-local_recompletion --branch MOODLE_401_STABLE; \ No newline at end of file + moodle-plugin-ci add-plugin danmarsden/moodle-local_recompletion --branch MOODLE_403_STABLE; \ No newline at end of file diff --git a/README.md b/README.md index 7a853a6..8c08836 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ The block allows to verify all certificates installed in your Moodle using a sin This plugin can verify certificates archived using Course recompletion ([local_recompletion](https://moodle.org/plugins/local_recompletion)) +Branches +-------- +The following git branches are currently supported: + +| Moodle version | Branch | +|-----------------|-------------------| +| Moodle 4.1 - 4.3 | MOODLE_401_STABLE | +| Moodle 4.4 | MOODLE_404_STABLE | ## Installing via uploaded ZIP file ## diff --git a/version.php b/version.php index c4fc4f1..cc45544 100644 --- a/version.php +++ b/version.php @@ -29,4 +29,4 @@ $plugin->version = 2023112200; $plugin->requires = 2022112800; $plugin->maturity = MATURITY_STABLE; -$plugin->supported = [401, 403]; +$plugin->supported = [404, 404];