mirror of
https://github.com/PawelSuwinski/moodle-auth_emailotp.git
synced 2026-06-19 03:48:11 +02:00
docs: misspelled fields mapping PCRE pattern example (Fix #1)
This commit is contained in:
+2
-2
@@ -24,8 +24,8 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2020112600; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2021010500; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2018120304; // Requires this Moodle version.
|
||||
$plugin->component = 'auth_emailotp'; // Full name of the plugin (used for diagnostics).
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->release = '1.1.1';
|
||||
$plugin->release = '1.1.2';
|
||||
|
||||
Reference in New Issue
Block a user