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 e809b06 commit ae869b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions local/o365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

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

$plugin->version = 2020071540;
$plugin->version = 2020071541;
$plugin->requires = 2020061500;
$plugin->release = '3.9.8';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020071540,
'auth_oidc' => 2020071541,
];
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 = 2020071540;
$plugin->version = 2020071541;
$plugin->requires = 2020061500;
$plugin->release = '3.9.8';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020071540,
'block_microsoft' => 2020071540,
'local_o365' => 2020071540,
'local_o365' => 2020071541,
'repository_office365' => 2020071540,
'filter_oembed' => 2019112600,
'theme_boost_o365teams' => 2020071540,
Expand Down

0 comments on commit ae869b0

Please sign in to comment.