Skip to content

Commit

Permalink
update version numbers of 3.7.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Jul 15, 2020
1 parent d10482e commit 184a596
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions auth/oidc/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

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

$plugin->version = 2019052005;
$plugin->version = 2019052007;
$plugin->requires = 2019052000;
$plugin->release = '3.7.0.5';
$plugin->release = '3.7.0.7';
$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 = 2019052000;
$plugin->version = 2019052007;
$plugin->requires = 2019052000;
$plugin->release = '3.7.0.0';
$plugin->release = '3.7.0.7';
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2019052000,
'local_o365' => 2019052007,
];
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 = 2019052006;
$plugin->version = 2019052007;
$plugin->requires = 2019052000;
$plugin->release = '3.7.0.6';
$plugin->release = '3.7.0.7';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2019052005,
'auth_oidc' => 2019052007,
];
12 changes: 6 additions & 6 deletions local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@

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

$plugin->version = 2019052006;
$plugin->version = 2019052007;
$plugin->requires = 2019052000;
$plugin->release = '3.7.0.6';
$plugin->release = '3.7.0.7';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2019052005,
'block_microsoft' => 2019052000,
'local_o365' => 2019052006,
'auth_oidc' => 2019052007,
'block_microsoft' => 2019052007,
'local_o365' => 2019052007,
'repository_office365' => 2019052000,
'filter_oembed' => 2016062002,
'theme_boost_o365teams' => 2019052004,
'theme_boost_o365teams' => 2019052007,
];

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 = 2019052004;
$plugin->version = 2019052007;
$plugin->requires = 2019052000;
$plugin->release = '3.7.0.4';
$plugin->release = '3.7.0.7';
$plugin->component = 'theme_boost_o365teams';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2019052004,
'local_o365' => 2019052007,
];

0 comments on commit 184a596

Please sign in to comment.