Skip to content

Commit

Permalink
Update plugin versions for 4.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Jul 22, 2024
1 parent 6b249d7 commit 820d525
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions auth/oidc/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

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

$plugin->version = 2023100920;
$plugin->requires = 2023100900;
$plugin->release = '4.3.4';
$plugin->version = 2024042200;
$plugin->requires = 2024042200;
$plugin->release = '4.4.0';
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
8 changes: 4 additions & 4 deletions blocks/microsoft/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

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

$plugin->version = 2023100920;
$plugin->requires = 2023100900;
$plugin->release = '4.3.4';
$plugin->version = 2024042200;
$plugin->requires = 2024042200;
$plugin->release = '4.4.0';
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2023100920,
'local_o365' => 2024042200,
];
8 changes: 4 additions & 4 deletions local/o365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

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

$plugin->version = 2023100921;
$plugin->requires = 2023100900;
$plugin->release = '4.3.5';
$plugin->version = 2024042200;
$plugin->requires = 2024042200;
$plugin->release = '4.4.0';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2023100920,
'auth_oidc' => 2024042200,
];
16 changes: 8 additions & 8 deletions local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@

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

$plugin->version = 2023100921;
$plugin->requires = 2023100900;
$plugin->release = '4.3.5';
$plugin->version = 2024042200;
$plugin->requires = 2024042200;
$plugin->release = '4.4.0';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2023100920,
'block_microsoft' => 2023100920,
'local_o365' => 2023100921,
'repository_office365' => 2023100910,
'theme_boost_o365teams' => 2023100900,
'auth_oidc' => 2024042200,
'block_microsoft' => 2024042200,
'local_o365' => 2024042200,
'repository_office365' => 2024042200,
'theme_boost_o365teams' => 2024042200,
];
8 changes: 4 additions & 4 deletions local/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2023100910;
$plugin->requires = 2023100900;
$plugin->release = '4.3.1';
$plugin->version = 2024042200;
$plugin->requires = 2024042200;
$plugin->release = '4.4.0';
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2023100910,
'local_o365' => 2024042200,
];
8 changes: 4 additions & 4 deletions mod/assign/feedback/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

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

$plugin->version = 2023100910;
$plugin->requires = 2023100900;
$plugin->release = '4.3.1';
$plugin->version = 2024042200;
$plugin->requires = 2024042200;
$plugin->release = '4.4.0';
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_onenote' => 2023100910,
'local_onenote' => 2024042200,
];
8 changes: 4 additions & 4 deletions mod/assign/submission/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

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

$plugin->version = 2023100910;
$plugin->requires = 2023100900;
$plugin->release = '4.3.1';
$plugin->version = 2024042200;
$plugin->requires = 2024042200;
$plugin->release = '4.4.0';
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_onenote' => 2023100910,
'local_onenote' => 2024042200,
];
8 changes: 4 additions & 4 deletions repository/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2023100910;
$plugin->requires = 2023100900;
$plugin->release = '4.3.1';
$plugin->version = 2024042200;
$plugin->requires = 2024042200;
$plugin->release = '4.4.0';
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2023100910,
'local_o365' => 2024042200,
];
8 changes: 4 additions & 4 deletions theme/boost_o365teams/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2023100900;
$plugin->requires = 2023100900;
$plugin->release = '4.3.0';
$plugin->version = 2024042200;
$plugin->requires = 2024042200;
$plugin->release = '4.4.0';
$plugin->component = 'theme_boost_o365teams';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2023100900,
'local_o365' => 2024042200,
];

0 comments on commit 820d525

Please sign in to comment.