Skip to content

Commit 60bd65c

Browse files
committed
Update plugin versions for 3.10.7 release
1 parent 1db1244 commit 60bd65c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

auth/oidc/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

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

28-
$plugin->version = 2020110936;
28+
$plugin->version = 2020110940;
2929
$plugin->requires = 2020110900;
30-
$plugin->release = '3.10.6';
30+
$plugin->release = '3.10.7';
3131
$plugin->component = 'auth_oidc';
3232
$plugin->maturity = MATURITY_STABLE;

local/o365/version.php

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

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

29-
$plugin->version = 2020110939;
29+
$plugin->version = 2020110940;
3030
$plugin->requires = 2020110900;
31-
$plugin->release = '3.10.6';
31+
$plugin->release = '3.10.7';
3232
$plugin->component = 'local_o365';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = [
35-
'auth_oidc' => 2020110935,
35+
'auth_oidc' => 2020110940,
3636
];

local/office365/version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525

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

28-
$plugin->version = 2020110938;
28+
$plugin->version = 2020110940;
2929
$plugin->requires = 2020110900;
30-
$plugin->release = '3.10.6';
30+
$plugin->release = '3.10.7';
3131
$plugin->component = 'local_office365';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'auth_oidc' => 2020110935,
34+
'auth_oidc' => 2020110940,
3535
'block_microsoft' => 2020110935,
36-
'local_o365' => 2020110938,
36+
'local_o365' => 2020110940,
3737
'repository_office365' => 2020110935,
3838
'theme_boost_o365teams' => 2020110935,
3939
];

0 commit comments

Comments
 (0)