From c31f00339d02c1fa38bbcf3720544eb14b7e31a1 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Mon, 11 Apr 2022 12:24:55 +0100 Subject: [PATCH] Update version for 3.11.3 supplement release --- local/o365/version.php | 2 +- local/office365/version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/local/o365/version.php b/local/o365/version.php index 4f9b83dc1..77816e94a 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021051722; +$plugin->version = 2021051723; $plugin->requires = 2021051700; $plugin->release = '3.11.3'; $plugin->component = 'local_o365'; diff --git a/local/office365/version.php b/local/office365/version.php index 65a830f78..579e923a5 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021051722; +$plugin->version = 2021051723; $plugin->requires = 2021051700; $plugin->release = '3.11.3'; $plugin->component = 'local_office365'; @@ -33,7 +33,7 @@ $plugin->dependencies = [ 'auth_oidc' => 2021051720, 'block_microsoft' => 2021051720, - 'local_o365' => 2021051722, + 'local_o365' => 2021051723, 'repository_office365' => 2021051720, 'theme_boost_o365teams' => 2021051720, ];