Skip to content

Commit

Permalink
Update plugin versions for 4.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Apr 12, 2024
1 parent 44c5080 commit c1a10fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 = 2023042420;
$plugin->version = 2023042425;
$plugin->requires = 2023042400;
$plugin->release = '4.2.3';
$plugin->release = '4.2.5';
$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 = 2023042421;
$plugin->version = 2023042425;
$plugin->requires = 2023042400;
$plugin->release = '4.2.4';
$plugin->release = '4.2.5';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2023042420,
'auth_oidc' => 2023042425,
];
6 changes: 3 additions & 3 deletions local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@

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

$plugin->version = 2023042421;
$plugin->version = 2023042425;
$plugin->requires = 2023042400;
$plugin->release = '4.2.4';
$plugin->release = '4.2.5';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2023042420,
'auth_oidc' => 2023042425,
'block_microsoft' => 2023042420,
'local_o365' => 2023042421,
'repository_office365' => 2023042420,
Expand Down

0 comments on commit c1a10fc

Please sign in to comment.