Skip to content

Commit

Permalink
Update plugin versions for 4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Dec 18, 2023
1 parent cdec92b commit a50ac47
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 = 2023042410;
$plugin->requires = 2023042400;
$plugin->release = '4.2.2';
$plugin->version = 2023100900;
$plugin->requires = 2023100900;
$plugin->release = '4.3.0';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2023042410,
'auth_oidc' => 2023100900,
];

0 comments on commit a50ac47

Please sign in to comment.