Skip to content

Commit

Permalink
update version files to fix inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Nov 18, 2020
1 parent b0ffe93 commit bdd74d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'auth_oidc' => 2020020304,
'block_microsoft' => 2020020304,
'local_o365' => 2020020308,
'repository_office365' => 2020020300,
'repository_office365' => 2020020301,
'filter_oembed' => 2019112600,
'theme_boost_o365teams' => 2020020304,
];
4 changes: 2 additions & 2 deletions repository/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

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

$plugin->version = 2020020300;
$plugin->version = 2020020301;
$plugin->requires = 2019111800;
$plugin->release = '3.8.0.0';
$plugin->release = '3.8.0.5';
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
Expand Down

0 comments on commit bdd74d3

Please sign in to comment.