Skip to content

Commit

Permalink
Update version for 3.9.9 supplement release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Apr 11, 2022
1 parent 6f0ae1d commit 7262e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion local/o365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

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

$plugin->version = 2020071552;
$plugin->version = 2020071553;
$plugin->requires = 2020061500;
$plugin->release = '3.9.9';
$plugin->component = 'local_o365';
Expand Down
4 changes: 2 additions & 2 deletions local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@

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

$plugin->version = 2020071552;
$plugin->version = 2020071553;
$plugin->requires = 2020061500;
$plugin->release = '3.9.9';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020071550,
'block_microsoft' => 2020071540,
'local_o365' => 2020071552,
'local_o365' => 2020071553,
'repository_office365' => 2020071550,
'theme_boost_o365teams' => 2020071550,
];

0 comments on commit 7262e83

Please sign in to comment.