Skip to content

Commit 4b5b662

Browse files
committed
Update plugin versions for 4.4.6 release
1 parent 18d40ab commit 4b5b662

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

local/o365/version.php

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

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

29-
$plugin->version = 2024042225;
29+
$plugin->version = 2024042230;
3030
$plugin->requires = 2024042200;
31-
$plugin->release = '4.4.5';
31+
$plugin->release = '4.4.6';
3232
$plugin->component = 'local_o365';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = [

local/office365/version.php

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

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

28-
$plugin->version = 2024042225;
28+
$plugin->version = 2024042230;
2929
$plugin->requires = 2024042200;
30-
$plugin->release = '4.4.5';
30+
$plugin->release = '4.4.6';
3131
$plugin->component = 'local_office365';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
3434
'auth_oidc' => 2024042220,
3535
'block_microsoft' => 2024042220,
36-
'local_o365' => 2024042225,
36+
'local_o365' => 2024042230,
3737
'repository_office365' => 2024042220,
3838
'theme_boost_o365teams' => 2024042220,
3939
];

0 commit comments

Comments
 (0)