diff --git a/README.md b/README.md index 30e4f43..dfc079d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ - - - +[![Build Status](https://github.com/catalyst/moodle-auth_userkey/workflows/Run%20all%20tests%20for%20Moodle%2033+/badge.svg)](https://github.com/catalyst/moodle-auth_userkey/actions) Log in to Moodle using one time user key. ========================================= diff --git a/version.php b/version.php index 1ef9985..9d5a850 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2020050801; // The current plugin version (Date: YYYYMMDDXX) -$plugin->release = 2020050801; // Match release exactly to version. +$plugin->version = 2022011600; // The current plugin version (Date: YYYYMMDDXX) +$plugin->release = 2022011600; // Match release exactly to version. $plugin->requires = 2017051500; // Requires Moodle 3.3 version. $plugin->component = 'auth_userkey'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE; +$plugin->supported = [33, 311]; // A range of branch numbers of supported moodle versions. \ No newline at end of file