Skip to content

Commit 41b894b

Browse files
committed
Update plugin versions for 4.3.4 release
1 parent f31d022 commit 41b894b

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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 = 2023100915;
28+
$plugin->version = 2023100920;
2929
$plugin->requires = 2023100900;
30-
$plugin->release = '4.3.3';
30+
$plugin->release = '4.3.4';
3131
$plugin->component = 'auth_oidc';
3232
$plugin->maturity = MATURITY_STABLE;

blocks/microsoft/version.php

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

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

28-
$plugin->version = 2023100910;
28+
$plugin->version = 2023100920;
2929
$plugin->requires = 2023100900;
30-
$plugin->release = '4.3.1';
30+
$plugin->release = '4.3.4';
3131
$plugin->component = 'block_microsoft';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'local_o365' => 2023100910,
34+
'local_o365' => 2023100920,
3535
];

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 = 2023100917;
29+
$plugin->version = 2023100920;
3030
$plugin->requires = 2023100900;
31-
$plugin->release = '4.3.3';
31+
$plugin->release = '4.3.4';
3232
$plugin->component = 'local_o365';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = [
35-
'auth_oidc' => 2023100915,
35+
'auth_oidc' => 2023100920,
3636
];

local/office365/version.php

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

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

28-
$plugin->version = 2023100915;
28+
$plugin->version = 2023100920;
2929
$plugin->requires = 2023100900;
30-
$plugin->release = '4.3.3';
30+
$plugin->release = '4.3.4';
3131
$plugin->component = 'local_office365';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'auth_oidc' => 2023100915,
35-
'block_microsoft' => 2023100910,
36-
'local_o365' => 2023100911,
34+
'auth_oidc' => 2023100920,
35+
'block_microsoft' => 2023100920,
36+
'local_o365' => 2023100920,
3737
'repository_office365' => 2023100910,
3838
'theme_boost_o365teams' => 2023100900,
3939
];

0 commit comments

Comments
 (0)