From 24b1c7fd7f838526d2a760c880f0f23d72ae88fb Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Mon, 1 Jul 2024 17:09:07 +0100 Subject: [PATCH] Update plugin versions for 4.1.7 release --- auth/oidc/version.php | 4 ++-- blocks/microsoft/version.php | 6 +++--- local/o365/version.php | 6 +++--- local/office365/version.php | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/auth/oidc/version.php b/auth/oidc/version.php index f020b2a69..b4b6a1a1a 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112830; +$plugin->version = 2022112835; $plugin->requires = 2022112800; -$plugin->release = '4.1.6'; +$plugin->release = '4.1.7'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; diff --git a/blocks/microsoft/version.php b/blocks/microsoft/version.php index ec2aa1942..524ff1a06 100644 --- a/blocks/microsoft/version.php +++ b/blocks/microsoft/version.php @@ -25,11 +25,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112825; +$plugin->version = 2022112835; $plugin->requires = 2022112800; -$plugin->release = '4.1.4'; +$plugin->release = '4.1.7'; $plugin->component = 'block_microsoft'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2022112825, + 'local_o365' => 2022112835, ]; diff --git a/local/o365/version.php b/local/o365/version.php index 10e654b60..3847018e1 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112832; +$plugin->version = 2022112835; $plugin->requires = 2022112800; -$plugin->release = '4.1.6'; +$plugin->release = '4.1.7'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2022112830, + 'auth_oidc' => 2022112835, ]; diff --git a/local/office365/version.php b/local/office365/version.php index acff0a442..7b9e2cb57 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -25,15 +25,15 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112830; +$plugin->version = 2022112835; $plugin->requires = 2022112800; -$plugin->release = '4.1.6'; +$plugin->release = '4.1.7'; $plugin->component = 'local_office365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2022112830, - 'block_microsoft' => 2022112825, - 'local_o365' => 2022112830, + 'auth_oidc' => 2022112835, + 'block_microsoft' => 2022112835, + 'local_o365' => 2022112835, 'repository_office365' => 2022112825, 'theme_boost_o365teams' => 2022112825, ];