Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscholz authored Nov 24, 2023
1 parent 2e5fde1 commit 94a036c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023101700; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2020060900; // Requires this Moodle version.
$plugin->version = 2023112400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2020061500; // Requires this Moodle version. (currently Moodle 3.9)
$plugin->component = 'auth_magic'; // Full name of the plugin (used for diagnostics).
$plugin->release = 'v1.1';
$plugin->release = 'v1.0.1';
$plugin->maturity = MATURITY_RC;
$plugin->supported = [39, 402];
$plugin->supported = [39, 403];

0 comments on commit 94a036c

Please sign in to comment.