From f6b5064341b575b3de9ba61b3633772702c41b1c Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Tue, 28 Feb 2023 09:27:48 +0000 Subject: [PATCH] Update plugin version for 3.11.6 release --- auth/oidc/version.php | 4 ++-- local/o365/version.php | 6 +++--- local/office365/version.php | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/auth/oidc/version.php b/auth/oidc/version.php index 15bb51afe..c5917fd55 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021051731; +$plugin->version = 2021051735; $plugin->requires = 2021051700; -$plugin->release = '3.11.5'; +$plugin->release = '3.11.6'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; diff --git a/local/o365/version.php b/local/o365/version.php index 28fca7c33..5e1a582ea 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021051730; +$plugin->version = 2021051735; $plugin->requires = 2021051700; -$plugin->release = '3.11.5'; +$plugin->release = '3.11.6'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2021051730, + 'auth_oidc' => 2021051735, ]; diff --git a/local/office365/version.php b/local/office365/version.php index ce9f106b7..ff61e4981 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -25,15 +25,15 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021051730; +$plugin->version = 2021051735; $plugin->requires = 2021051700; -$plugin->release = '3.11.5'; +$plugin->release = '3.11.6'; $plugin->component = 'local_office365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2021051730, + 'auth_oidc' => 2021051735, 'block_microsoft' => 2021051720, - 'local_o365' => 2021051730, + 'local_o365' => 2021051735, 'repository_office365' => 2021051730, 'theme_boost_o365teams' => 2021051720, ];