Update readme file and bump version number
This commit is contained in:
parent
0b39d5fc00
commit
502564a88c
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,4 @@
|
|||
<a href="https://travis-ci.org/catalyst/moodle-auth_userkey">
|
||||
<img src="https://travis-ci.org/catalyst/moodle-auth_userkey.svg?branch=master">
|
||||
</a>
|
||||
[![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.
|
||||
=========================================
|
||||
|
|
|
@ -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.
|
Loading…
Reference in a new issue