Skip to content

Commit

Permalink
Update version for 3.11.3 supplement release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Apr 7, 2022
1 parent fe70c1c commit 89044e1
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 = 2021051721;
$plugin->version = 2021051722;
$plugin->requires = 2021051700;
$plugin->release = '3.11.3';
$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 = 2021051721;
$plugin->version = 2021051722;
$plugin->requires = 2021051700;
$plugin->release = '3.11.3';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2021051720,
'block_microsoft' => 2021051720,
'local_o365' => 2021051721,
'local_o365' => 2021051722,
'repository_office365' => 2021051720,
'theme_boost_o365teams' => 2021051720,
];

0 comments on commit 89044e1

Please sign in to comment.