Skip to content

Commit

Permalink
Update version for 3.10.6 supplement release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Apr 11, 2022
1 parent 42e7a70 commit d5e7080
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 = 2020110937;
$plugin->version = 2020110938;
$plugin->requires = 2020110900;
$plugin->release = '3.10.6';
$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 = 2020110937;
$plugin->version = 2020110938;
$plugin->requires = 2020110900;
$plugin->release = '3.10.6';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020110935,
'block_microsoft' => 2020110935,
'local_o365' => 2020110937,
'local_o365' => 2020110938,
'repository_office365' => 2020110935,
'theme_boost_o365teams' => 2020110935,
];

0 comments on commit d5e7080

Please sign in to comment.