From f796d9dfc27fdede24225cbc1ce445fb417fc1cb Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Mon, 9 Oct 2023 12:35:41 +0100 Subject: [PATCH] Update plugin versions for 4.2.2 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 da3570ffb..d2f33f74c 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042406; +$plugin->version = 2023042410; $plugin->requires = 2023042400; -$plugin->release = '4.2.1'; +$plugin->release = '4.2.2'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; diff --git a/local/o365/version.php b/local/o365/version.php index 398dcf05b..c568b106a 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042407; +$plugin->version = 2023042410; $plugin->requires = 2023042400; -$plugin->release = '4.2.1'; +$plugin->release = '4.2.2'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2023042405, + 'auth_oidc' => 2023042410, ]; diff --git a/local/office365/version.php b/local/office365/version.php index c324e1f12..51e8d6887 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -25,15 +25,15 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042405; +$plugin->version = 2023042410; $plugin->requires = 2023042400; -$plugin->release = '4.2.1'; +$plugin->release = '4.2.2'; $plugin->component = 'local_office365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2023042405, + 'auth_oidc' => 2023042410, 'block_microsoft' => 2023042400, - 'local_o365' => 2023042405, + 'local_o365' => 2023042410, 'repository_office365' => 2023042400, 'theme_boost_o365teams' => 2023042405, ];