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 93135fe commit a8661b7
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 = 2020110925;
$plugin->version = 2020110926;
$plugin->requires = 2020110900;
$plugin->release = '3.10.5';
$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 = 2020110925;
$plugin->version = 2020110926;
$plugin->requires = 2020110900;
$plugin->release = '3.10.5';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020110925,
'block_microsoft' => 2020110925,
'local_o365' => 2020110925,
'local_o365' => 2020110926,
'repository_office365' => 2020110925,
'filter_oembed' => 2019112600,
'theme_boost_o365teams' => 2020110925,
Expand Down

0 comments on commit a8661b7

Please sign in to comment.