Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Dec 9, 2021
1 parent 099aedd commit 9f0e405
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 = 2021051710;
$plugin->version = 2021051711;
$plugin->requires = 2021051700;
$plugin->release = '3.11.2';
$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 = 2021051710;
$plugin->version = 2021051711;
$plugin->requires = 2021051700;
$plugin->release = '3.11.2';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2021051710,
'block_microsoft' => 2021051710,
'local_o365' => 2021051710,
'local_o365' => 2021051711,
'repository_office365' => 2021051710,
'filter_oembed' => 2019112600,
'theme_boost_o365teams' => 2021051710,
Expand Down

0 comments on commit 9f0e405

Please sign in to comment.