From e17dc5858c35bcbd88c9b80ff4f44b68d0a3c183 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Wed, 5 Oct 2022 12:05:56 +0100 Subject: [PATCH] update plugin version for 3.9.11 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 2e27e4d13..ed2b050c6 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020071555; +$plugin->version = 2020071560; $plugin->requires = 2020061500; -$plugin->release = '3.9.10'; +$plugin->release = '3.9.11'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; diff --git a/local/o365/version.php b/local/o365/version.php index bd0041125..e8ed3a9c2 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020071555; +$plugin->version = 2020071560; $plugin->requires = 2020061500; -$plugin->release = '3.9.10'; +$plugin->release = '3.9.11'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2020071555, + 'auth_oidc' => 2020071560, ]; diff --git a/local/office365/version.php b/local/office365/version.php index 663aab596..9322e21c2 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -25,15 +25,15 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020071555; +$plugin->version = 2020071560; $plugin->requires = 2020061500; -$plugin->release = '3.9.10'; +$plugin->release = '3.9.11'; $plugin->component = 'local_office365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2020071555, + 'auth_oidc' => 2020071560, 'block_microsoft' => 2020071540, - 'local_o365' => 2020071555, + 'local_o365' => 2020071560, 'repository_office365' => 2020071550, 'theme_boost_o365teams' => 2020071550, ];