Skip to content

Commit

Permalink
Update version files for 4.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Jun 27, 2023
1 parent 383b012 commit 1c28e5a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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 = 2022041916;
$plugin->version = 2022041920;
$plugin->requires = 2022041900;
$plugin->release = '4.0.3';
$plugin->release = '4.0.4';
$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 = 2022041917;
$plugin->version = 2022041920;
$plugin->requires = 2022041900;
$plugin->release = '4.0.3';
$plugin->release = '4.0.4';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2022041916,
'auth_oidc' => 2022041920,
];
10 changes: 5 additions & 5 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 = 2022041915;
$plugin->version = 2022041920;
$plugin->requires = 2022041900;
$plugin->release = '4.0.3';
$plugin->release = '4.0.4';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2022041915,
'auth_oidc' => 2022041920,
'block_microsoft' => 2022041900,
'local_o365' => 2022041915,
'local_o365' => 2022041920,
'repository_office365' => 2022041910,
'theme_boost_o365teams' => 2022041900,
'theme_boost_o365teams' => 2022041920,
];
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 = 2022041900;
$plugin->version = 2022041920;
$plugin->requires = 2022041900;
$plugin->release = '4.0.0';
$plugin->release = '4.0.4';
$plugin->component = 'theme_boost_o365teams';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2022041900,
'local_o365' => 2022041920,
];

0 comments on commit 1c28e5a

Please sign in to comment.