Skip to content

Commit fe27fca

Browse files
committed
update plugin versions for 3.9.0 release
1 parent 02a37e4 commit fe27fca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323

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

26-
$plugin->version = 2020020303;
27-
$plugin->requires = 2019111800;
28-
$plugin->release = '3.8.0.3';
26+
$plugin->version = 2020071500;
27+
$plugin->requires = 2020061500;
28+
$plugin->release = '3.9.0';
2929
$plugin->component = 'local_o365';
3030
$plugin->maturity = MATURITY_STABLE;
3131
$plugin->dependencies = [
32-
'auth_oidc' => 2020020303,
32+
'auth_oidc' => 2020071500,
3333
];

0 commit comments

Comments
 (0)