Skip to content

Commit

Permalink
Update plugin versions for 3.11.0 release for Moodle 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Aug 31, 2021
1 parent 6ddc102 commit 7a704ab
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,11 +24,11 @@

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

$plugin->version = 2020110904;
$plugin->requires = 2020110900;
$plugin->release = '3.10.3';
$plugin->version = 2021051700;
$plugin->requires = 2021051700;
$plugin->release = '3.11.0';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020110903,
'auth_oidc' => 2021051700,
];

0 comments on commit 7a704ab

Please sign in to comment.