Skip to content

Commit

Permalink
Update plugin versions for 4.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Mar 8, 2024
1 parent 356d71d commit 1d950f3
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 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 = 2022112817;
$plugin->version = 2022112825;
$plugin->requires = 2022112800;
$plugin->release = '4.1.3';
$plugin->release = '4.1.4';
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
6 changes: 3 additions & 3 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 = 2022112801;
$plugin->version = 2022112825;
$plugin->requires = 2022112800;
$plugin->release = '4.1.0';
$plugin->release = '4.1.4';
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2022112800,
'local_o365' => 2022112825,
];
6 changes: 3 additions & 3 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 = 2022112822;
$plugin->version = 2022112825;
$plugin->requires = 2022112800;
$plugin->release = '4.1.3';
$plugin->release = '4.1.4';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2022112815,
'auth_oidc' => 2022112825,
];
14 changes: 7 additions & 7 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 = 2022112815;
$plugin->version = 2022112825;
$plugin->requires = 2022112800;
$plugin->release = '4.1.3';
$plugin->release = '4.1.4';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2022112815,
'block_microsoft' => 2022112800,
'local_o365' => 2022112815,
'repository_office365' => 2022112800,
'theme_boost_o365teams' => 2022112810,
'auth_oidc' => 2022112825,
'block_microsoft' => 2022112825,
'local_o365' => 2022112825,
'repository_office365' => 2022112825,
'theme_boost_o365teams' => 2022112825,
];
6 changes: 3 additions & 3 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 = 2022112800;
$plugin->version = 2022112825;
$plugin->requires = 2022112800;
$plugin->release = '4.1.0';
$plugin->release = '4.1.4';
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2022112800,
'local_o365' => 2022112825,
];
6 changes: 3 additions & 3 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 = 2022112800;
$plugin->version = 2022112825;
$plugin->requires = 2022112800;
$plugin->release = '4.1.0';
$plugin->release = '4.1.4';
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_onenote' => 2022112800,
'local_onenote' => 2022112825,
];
6 changes: 3 additions & 3 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 = 2022112800;
$plugin->version = 2022112825;
$plugin->requires = 2022112800;
$plugin->release = '4.1.0';
$plugin->release = '4.1.4';
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_onenote' => 2022112800,
'local_onenote' => 2022112825,
];
6 changes: 3 additions & 3 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 = 2022112800;
$plugin->version = 2022112825;
$plugin->requires = 2022112800;
$plugin->release = '4.1.0';
$plugin->release = '4.1.4';
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2022112800,
'local_o365' => 2022112825,
];
6 changes: 3 additions & 3 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 = 2022112810;
$plugin->version = 2022112825;
$plugin->requires = 2022112800;
$plugin->release = '4.1.2';
$plugin->release = '4.1.4';
$plugin->component = 'theme_boost_o365teams';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2022112810,
'local_o365' => 2022112825,
];

0 comments on commit 1d950f3

Please sign in to comment.