Skip to content

Commit f3b69d9

Browse files
patmr7weilai-irl
authored andcommitted
Update plugin versions for 5.0.4 release
1 parent e774d12 commit f3b69d9

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
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 = 2025040810;
28+
$plugin->version = 2025040815;
2929
$plugin->requires = 2025040800;
30-
$plugin->release = '5.0.2';
30+
$plugin->release = '5.0.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 = 2025040810;
28+
$plugin->version = 2025040815;
2929
$plugin->requires = 2025040800;
30-
$plugin->release = '5.0.2';
30+
$plugin->release = '5.0.4';
3131
$plugin->component = 'block_microsoft';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'local_o365' => 2025040810,
34+
'local_o365' => 2025040820,
3535
];

local/o365/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
$plugin->component = 'local_o365';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = [
35-
'auth_oidc' => 2025040810,
35+
'auth_oidc' => 2025040815,
3636
];

local/office365/version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
$plugin->component = 'local_office365';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'auth_oidc' => 2025040810,
35-
'block_microsoft' => 2025040810,
34+
'auth_oidc' => 2025040815,
35+
'block_microsoft' => 2025040815,
3636
'local_o365' => 2025040820,
37-
'repository_office365' => 2025040810,
38-
'theme_boost_o365teams' => 2025040810,
37+
'repository_office365' => 2025040815,
38+
'theme_boost_o365teams' => 2025040815,
3939
];

local/onenote/version.php

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

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

27-
$plugin->version = 2025040800;
27+
$plugin->version = 2025040805;
2828
$plugin->requires = 2025040800;
29-
$plugin->release = '5.0.0';
29+
$plugin->release = '5.0.4';
3030
$plugin->component = 'local_onenote';
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->dependencies = [
33-
'local_o365' => 2025040800,
33+
'local_o365' => 2025040820,
3434
];

mod/assign/feedback/onenote/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 = 2025040800;
28+
$plugin->version = 2025040805;
2929
$plugin->requires = 2025040800;
30-
$plugin->release = '5.0.0';
30+
$plugin->release = '5.0.4';
3131
$plugin->component = 'assignfeedback_onenote';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'local_onenote' => 2025040800,
34+
'local_onenote' => 2025040805,
3535
];

repository/office365/version.php

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

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

27-
$plugin->version = 2025040810;
27+
$plugin->version = 2025040815;
2828
$plugin->requires = 2025040800;
29-
$plugin->release = '5.0.2';
29+
$plugin->release = '5.0.4';
3030
$plugin->component = 'repository_office365';
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->dependencies = [
33-
'local_o365' => 2025040810,
33+
'local_o365' => 2025040820,
3434
];

theme/boost_o365teams/version.php

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

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

27-
$plugin->version = 2025040810;
27+
$plugin->version = 2025040815;
2828
$plugin->requires = 2025040800;
29-
$plugin->release = '5.0.2';
29+
$plugin->release = '5.0.4';
3030
$plugin->component = 'theme_boost_o365teams';
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->dependencies = [
33-
'local_o365' => 2025040810,
33+
'local_o365' => 2025040820,
3434
];

0 commit comments

Comments
 (0)