Skip to content

Commit b4f456c

Browse files
committed
Update plugin versions for 4.5.0 release
1 parent baa5b55 commit b4f456c

File tree

9 files changed

+39
-39
lines changed

9 files changed

+39
-39
lines changed

auth/oidc/version.php

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

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

28-
$plugin->version = 2024042205;
29-
$plugin->requires = 2024042200;
30-
$plugin->release = '4.4.1';
28+
$plugin->version = 2024100700;
29+
$plugin->requires = 2024100700;
30+
$plugin->release = '4.5.0';
3131
$plugin->component = 'auth_oidc';
3232
$plugin->maturity = MATURITY_STABLE;

blocks/microsoft/version.php

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

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

28-
$plugin->version = 2024042205;
29-
$plugin->requires = 2024042200;
30-
$plugin->release = '4.4.1';
28+
$plugin->version = 2024100700;
29+
$plugin->requires = 2024100700;
30+
$plugin->release = '4.5.0';
3131
$plugin->component = 'block_microsoft';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'local_o365' => 2024042205,
34+
'local_o365' => 2024100700,
3535
];

local/o365/version.php

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

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

29-
$plugin->version = 2024042205;
30-
$plugin->requires = 2024042200;
31-
$plugin->release = '4.4.1';
29+
$plugin->version = 2024100700;
30+
$plugin->requires = 2024100700;
31+
$plugin->release = '4.5.0';
3232
$plugin->component = 'local_o365';
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->dependencies = [
35-
'auth_oidc' => 2024042205,
35+
'auth_oidc' => 2024100700,
3636
];

local/office365/version.php

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

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

28-
$plugin->version = 2024042205;
29-
$plugin->requires = 2024042200;
30-
$plugin->release = '4.4.1';
28+
$plugin->version = 2024100700;
29+
$plugin->requires = 2024100700;
30+
$plugin->release = '4.5.0';
3131
$plugin->component = 'local_office365';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'auth_oidc' => 2024042205,
35-
'block_microsoft' => 2024042205,
36-
'local_o365' => 2024042205,
37-
'repository_office365' => 2024042200,
38-
'theme_boost_o365teams' => 2024042200,
34+
'auth_oidc' => 2024100700,
35+
'block_microsoft' => 2024100700,
36+
'local_o365' => 2024100700,
37+
'repository_office365' => 2024100700,
38+
'theme_boost_o365teams' => 2024100700,
3939
];

local/onenote/version.php

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

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

27-
$plugin->version = 2024042200;
28-
$plugin->requires = 2024042200;
29-
$plugin->release = '4.4.0';
27+
$plugin->version = 2024100700;
28+
$plugin->requires = 2024100700;
29+
$plugin->release = '4.5.0';
3030
$plugin->component = 'local_onenote';
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->dependencies = [
33-
'local_o365' => 2024042200,
33+
'local_o365' => 2024100700,
3434
];

mod/assign/feedback/onenote/version.php

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

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

28-
$plugin->version = 2024042200;
29-
$plugin->requires = 2024042200;
30-
$plugin->release = '4.4.0';
28+
$plugin->version = 2024100700;
29+
$plugin->requires = 2024100700;
30+
$plugin->release = '4.5.0';
3131
$plugin->component = 'assignfeedback_onenote';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'local_onenote' => 2024042200,
34+
'local_onenote' => 2024100700,
3535
];

mod/assign/submission/onenote/version.php

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

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

28-
$plugin->version = 2024042200;
29-
$plugin->requires = 2024042200;
30-
$plugin->release = '4.4.0';
28+
$plugin->version = 2024100700;
29+
$plugin->requires = 2024100700;
30+
$plugin->release = '4.5.0';
3131
$plugin->component = 'assignsubmission_onenote';
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
34-
'local_onenote' => 2024042200,
34+
'local_onenote' => 2024100700,
3535
];

repository/office365/version.php

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

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

27-
$plugin->version = 2024042200;
28-
$plugin->requires = 2024042200;
29-
$plugin->release = '4.4.0';
27+
$plugin->version = 2024100700;
28+
$plugin->requires = 2024100700;
29+
$plugin->release = '4.5.0';
3030
$plugin->component = 'repository_office365';
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->dependencies = [
33-
'local_o365' => 2024042200,
33+
'local_o365' => 2024100700,
3434
];

theme/boost_o365teams/version.php

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

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

27-
$plugin->version = 2024042200;
28-
$plugin->requires = 2024042200;
29-
$plugin->release = '4.4.0';
27+
$plugin->version = 2024100700;
28+
$plugin->requires = 2024100700;
29+
$plugin->release = '4.5.0';
3030
$plugin->component = 'theme_boost_o365teams';
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->dependencies = [
33-
'local_o365' => 2024042200,
33+
'local_o365' => 2024100700,
3434
];

0 commit comments

Comments
 (0)