From cff3d937b6bbd5f8971351562ddddf0b28bdc6bc Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Fri, 12 Apr 2024 12:33:06 +0100 Subject: [PATCH] Update plugin versions for 4.1.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 1076bbff6..f020b2a69 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112825; +$plugin->version = 2022112830; $plugin->requires = 2022112800; -$plugin->release = '4.1.4'; +$plugin->release = '4.1.6'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; diff --git a/local/o365/version.php b/local/o365/version.php index 75966cb8a..3a8a743fb 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112826; +$plugin->version = 2022112830; $plugin->requires = 2022112800; -$plugin->release = '4.1.5'; +$plugin->release = '4.1.6'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2022112825, + 'auth_oidc' => 2022112830, ]; diff --git a/local/office365/version.php b/local/office365/version.php index 1bc2c77bd..acff0a442 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -25,15 +25,15 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112826; +$plugin->version = 2022112830; $plugin->requires = 2022112800; -$plugin->release = '4.1.5'; +$plugin->release = '4.1.6'; $plugin->component = 'local_office365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2022112825, + 'auth_oidc' => 2022112830, 'block_microsoft' => 2022112825, - 'local_o365' => 2022112826, + 'local_o365' => 2022112830, 'repository_office365' => 2022112825, 'theme_boost_o365teams' => 2022112825, ];