Skip to content

Commit

Permalink
update version files for 3.9.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Jan 28, 2021
1 parent 7861b90 commit c45617b
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 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 = 2020071503;
$plugin->requires = 2020061500;
$plugin->release = '3.9.2';
$plugin->release = '3.9.3';
$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 = 2020071501;
$plugin->version = 2020071502;
$plugin->requires = 2020061500;
$plugin->release = '3.9.2';
$plugin->release = '3.9.3';
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2020071504,
'local_o365' => 2020071505,
];
6 changes: 3 additions & 3 deletions local/o365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

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

$plugin->version = 2020071504;
$plugin->version = 2020071505;
$plugin->requires = 2020061500;
$plugin->release = '3.9.2';
$plugin->release = '3.9.3';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020071501,
'auth_oidc' => 2020071503,
];
14 changes: 7 additions & 7 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 = 2020071503;
$plugin->version = 2020071504;
$plugin->requires = 2020061500;
$plugin->release = '3.9.2';
$plugin->release = '3.9.3';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2020071502,
'block_microsoft' => 2020071501,
'local_o365' => 2020071504,
'repository_office365' => 2020071502,
'auth_oidc' => 2020071503,
'block_microsoft' => 2020071502,
'local_o365' => 2020071505,
'repository_office365' => 2020071503,
'filter_oembed' => 2019112600,
'theme_boost_o365teams' => 2020071501,
'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 = 2020071501;
$plugin->version = 2020071502;
$plugin->requires = 2020061500;
$plugin->release = '3.9.2';
$plugin->release = '3.9.3';
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 deletions mod/assign/feedback/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2020071500;
$plugin->version = 2020071501;
$plugin->requires = 2020061500;
$plugin->release = '3.9.0';
$plugin->release = '3.9.3';
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_onenote' => 2020071500,
'local_onenote' => 2020071502,
];
6 changes: 3 additions & 3 deletions mod/assign/submission/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2020071500;
$plugin->version = 2020071501;
$plugin->requires = 2020061500;
$plugin->release = '3.9.0';
$plugin->release = '3.9.3';
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_onenote' => 2020071500,
'local_onenote' => 2020071502,
];
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 = 2020071502;
$plugin->version = 2020071503;
$plugin->requires = 2020061500;
$plugin->release = '3.9.2';
$plugin->release = '3.9.3';
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2020071504,
'local_o365' => 2020071505,
];
6 changes: 3 additions & 3 deletions theme/boost_o365teams/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2020071501;
$plugin->version = 2020071502;
$plugin->requires = 2020061500;
$plugin->release = '3.9.2';
$plugin->release = '3.9.3';
$plugin->component = 'theme_boost_o365teams';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2020071504,
'local_o365' => 2020071505,
];

0 comments on commit c45617b

Please sign in to comment.