Skip to content

Commit

Permalink
Update plugin versions for 4.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Oct 17, 2024
1 parent 4771b3c commit c5c35f0
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 = 2023042431;
$plugin->version = 2023042435;
$plugin->requires = 2023042400;
$plugin->release = '4.2.6';
$plugin->release = '4.2.8';
$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 @@ -25,11 +25,11 @@

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

$plugin->version = 2023042430;
$plugin->version = 2023042435;
$plugin->requires = 2023042400;
$plugin->release = '4.2.6';
$plugin->release = '4.2.8';
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2023042430,
'local_o365' => 2023042435,
];
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 = 2023042434;
$plugin->version = 2023042435;
$plugin->requires = 2023042400;
$plugin->release = '4.2.7';
$plugin->release = '4.2.8';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2023042430,
'auth_oidc' => 2023042435,
];
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 = 2023042431;
$plugin->version = 2023042435;
$plugin->requires = 2023042400;
$plugin->release = '4.2.7';
$plugin->release = '4.2.8';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2023042430,
'block_microsoft' => 2023042430,
'local_o365' => 2023042431,
'auth_oidc' => 2023042435,
'block_microsoft' => 2023042435,
'local_o365' => 2023042435,
'repository_office365' => 2023042420,
'theme_boost_o365teams' => 2023042405,
];

0 comments on commit c5c35f0

Please sign in to comment.