Skip to content

Commit

Permalink
update plugin version for 3.10.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Oct 5, 2022
1 parent 24f6fff commit 6386eb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions auth/oidc/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

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

$plugin->version = 2020110940;
$plugin->version = 2020110945;
$plugin->requires = 2020110900;
$plugin->release = '3.10.7';
$plugin->release = '3.10.8';
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 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 = 2020110940;
$plugin->version = 2020110945;
$plugin->requires = 2020110900;
$plugin->release = '3.10.7';
$plugin->release = '3.10.8';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020110940,
'auth_oidc' => 2020110945,
];
8 changes: 4 additions & 4 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 = 2020110940;
$plugin->version = 2020110945;
$plugin->requires = 2020110900;
$plugin->release = '3.10.7';
$plugin->release = '3.10.8';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020110940,
'auth_oidc' => 2020110945,
'block_microsoft' => 2020110935,
'local_o365' => 2020110940,
'local_o365' => 2020110945,
'repository_office365' => 2020110935,
'theme_boost_o365teams' => 2020110935,
];

0 comments on commit 6386eb0

Please sign in to comment.