Skip to content

Commit

Permalink
update plugin versions for 3.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Mar 26, 2021
1 parent d3938a1 commit 8fd830d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion auth/oidc/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

$plugin->version = 2020071504;
$plugin->requires = 2020061500;
$plugin->release = '3.9.3';
$plugin->release = '3.9.4';
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions blocks/microsoft/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

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

$plugin->version = 2020071502;
$plugin->version = 2020071503;
$plugin->requires = 2020061500;
$plugin->release = '3.9.3';
$plugin->release = '3.9.4';
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2020071505,
'local_o365' => 2020071506,
];
4 changes: 2 additions & 2 deletions local/o365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

$plugin->version = 2020071506;
$plugin->requires = 2020061500;
$plugin->release = '3.9.3';
$plugin->release = '3.9.4';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020071503,
'auth_oidc' => 2020071504,
];
12 changes: 6 additions & 6 deletions local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@

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

$plugin->version = 2020071504;
$plugin->version = 2020071505;
$plugin->requires = 2020061500;
$plugin->release = '3.9.3';
$plugin->release = '3.9.4';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020071503,
'block_microsoft' => 2020071502,
'local_o365' => 2020071505,
'repository_office365' => 2020071503,
'auth_oidc' => 2020071504,
'block_microsoft' => 2020071503,
'local_o365' => 2020071506,
'repository_office365' => 2020071504,
'filter_oembed' => 2019112600,
'theme_boost_o365teams' => 2020071502,
];
4 changes: 2 additions & 2 deletions local/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

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

$plugin->version = 2020071502;
$plugin->version = 2020071503;
$plugin->requires = 2020061500;
$plugin->release = '3.9.3';
$plugin->release = '3.9.4';
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions repository/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

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

$plugin->version = 2020071503;
$plugin->version = 2020071504;
$plugin->requires = 2020061500;
$plugin->release = '3.9.3';
$plugin->release = '3.9.4';
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2020071505,
'local_o365' => 2020071506,
];

0 comments on commit 8fd830d

Please sign in to comment.