Skip to content

Commit ca83fda

Browse files
committed
Update plugin versions for Moodle 5.1.0 release
1 parent 5c178d9 commit ca83fda

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

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

29-
$plugin->version = 2025040820;
30-
$plugin->requires = 2025040800;
31-
$plugin->release = '5.0.4';
29+
$plugin->version = 2025100600;
30+
$plugin->requires = 2025100600;
31+
$plugin->release = '5.1.0';
3232
$plugin->component = 'local_o365';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = [
35-
'auth_oidc' => 2025040815,
35+
'auth_oidc' => 2025100600,
3636
];

0 commit comments

Comments
 (0)