From 81326d53fb03f56e2100ddd810d13903afac2b43 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Wed, 5 Oct 2022 15:14:38 +0100 Subject: [PATCH] update plugin version for 3.11.5 release --- auth/oidc/version.php | 4 ++-- local/o365/version.php | 6 +++--- local/office365/version.php | 10 +++++----- local/onenote/version.php | 6 +++--- mod/assign/feedback/onenote/version.php | 6 +++--- mod/assign/submission/onenote/version.php | 6 +++--- repository/office365/version.php | 6 +++--- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/auth/oidc/version.php b/auth/oidc/version.php index bee097f97..467e2fb81 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -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; diff --git a/local/o365/version.php b/local/o365/version.php index e1344101a..28fca7c33 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -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, ]; diff --git a/local/office365/version.php b/local/office365/version.php index 263ad0e56..ce9f106b7 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -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, ]; diff --git a/local/onenote/version.php b/local/onenote/version.php index f51b69245..768be3470 100644 --- a/local/onenote/version.php +++ b/local/onenote/version.php @@ -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, ]; diff --git a/mod/assign/feedback/onenote/version.php b/mod/assign/feedback/onenote/version.php index 48921aa47..1fdecd4f2 100644 --- a/mod/assign/feedback/onenote/version.php +++ b/mod/assign/feedback/onenote/version.php @@ -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, ]; diff --git a/mod/assign/submission/onenote/version.php b/mod/assign/submission/onenote/version.php index 47fb548b3..4ad5a5ba9 100644 --- a/mod/assign/submission/onenote/version.php +++ b/mod/assign/submission/onenote/version.php @@ -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, ]; diff --git a/repository/office365/version.php b/repository/office365/version.php index 332a4e36f..9a93f2437 100644 --- a/repository/office365/version.php +++ b/repository/office365/version.php @@ -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, ];