Skip to content

Commit

Permalink
Update plugin versions for 4.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patmr7 committed Nov 25, 2024
1 parent 00b2276 commit 47e4abe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

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

$plugin->version = 2024042205;
$plugin->requires = 2024042200;
$plugin->release = '4.4.1';
$plugin->version = 2024100700;
$plugin->requires = 2024100700;
$plugin->release = '4.5.0';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2024042205,
'auth_oidc' => 2024100700,
];

0 comments on commit 47e4abe

Please sign in to comment.