Skip to content

Commit c0ec142

Browse files
committed
Update plugin versions for 4.3.3 release
1 parent 7e4b89a commit c0ec142

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

auth/oidc/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

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

28-
$plugin->version = 2023100910;
28+
$plugin->version = 2023100915;
2929
$plugin->requires = 2023100900;
30-
$plugin->release = '4.3.1';
30+
$plugin->release = '4.3.3';
3131
$plugin->component = 'auth_oidc';
3232
$plugin->maturity = MATURITY_STABLE;

local/o365/version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

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

29-
$plugin->version = 2023100911;
29+
$plugin->version = 2023100915;
3030
$plugin->requires = 2023100900;
31-
$plugin->release = '4.3.2';
31+
$plugin->release = '4.3.3';
3232
$plugin->component = 'local_o365';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = [
35-
'auth_oidc' => 2023100910,
35+
'auth_oidc' => 2023100915,
3636
];

local/office365/version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

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

28-
$plugin->version = 2023100911;
28+
$plugin->version = 2023100915;
2929
$plugin->requires = 2023100900;
30-
$plugin->release = '4.3.2';
30+
$plugin->release = '4.3.3';
3131
$plugin->component = 'local_office365';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'auth_oidc' => 2023100910,
34+
'auth_oidc' => 2023100915,
3535
'block_microsoft' => 2023100910,
3636
'local_o365' => 2023100911,
3737
'repository_office365' => 2023100910,

0 commit comments

Comments
 (0)