Skip to content

Commit

Permalink
update plugin version for 3.11.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Oct 5, 2022
1 parent cd58524 commit 81326d5
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 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 = 2021051726;
$plugin->version = 2021051730;
$plugin->requires = 2021051700;
$plugin->release = '3.11.4';
$plugin->release = '3.11.5';
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
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 = 2021051728;
$plugin->version = 2021051730;
$plugin->requires = 2021051700;
$plugin->release = '3.11.4';
$plugin->release = '3.11.5';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2021051725,
'auth_oidc' => 2021051730,
];
10 changes: 5 additions & 5 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 = 2021051725;
$plugin->version = 2021051730;
$plugin->requires = 2021051700;
$plugin->release = '3.11.4';
$plugin->release = '3.11.5';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2021051725,
'auth_oidc' => 2021051730,
'block_microsoft' => 2021051720,
'local_o365' => 2021051725,
'repository_office365' => 2021051720,
'local_o365' => 2021051730,
'repository_office365' => 2021051730,
'theme_boost_o365teams' => 2021051720,
];
6 changes: 3 additions & 3 deletions local/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 = 2021051721;
$plugin->version = 2021051730;
$plugin->requires = 2021051700;
$plugin->release = '3.11.3';
$plugin->release = '3.11.5';
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2021051727,
'local_o365' => 2021051730,
];
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 = 2021051726;
$plugin->version = 2021051730;
$plugin->requires = 2021051700;
$plugin->release = '3.11.4';
$plugin->release = '3.11.5';
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_onenote' => 2021051721,
'local_onenote' => 2021051730,
];
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 = 2021051726;
$plugin->version = 2021051730;
$plugin->requires = 2021051700;
$plugin->release = '3.11.4';
$plugin->release = '3.11.5';
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_onenote' => 2021051721,
'local_onenote' => 2021051730,
];
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 = 2021051721;
$plugin->version = 2021051730;
$plugin->requires = 2021051700;
$plugin->release = '3.11.3';
$plugin->release = '3.11.5';
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_o365' => 2021051727,
'local_o365' => 2021051730,
];

0 comments on commit 81326d5

Please sign in to comment.