From c17eb15a1361a22c0a09cde107a1bf33da1334d3 Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Mon, 30 Apr 2018 16:29:02 -0400 Subject: [PATCH] MSFTMPP-667: Release v20180430_m32 --- auth/oidc/version.php | 4 ++-- blocks/microsoft/version.php | 6 +++--- local/o365/version.php | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/auth/oidc/version.php b/auth/oidc/version.php index f29912993..3c0024612 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016120502; +$plugin->version = 2016120503; $plugin->requires = 2016120500; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.2.0.2'; +$plugin->release = '3.2.0.3'; diff --git a/blocks/microsoft/version.php b/blocks/microsoft/version.php index f845916fd..3dc79c086 100644 --- a/blocks/microsoft/version.php +++ b/blocks/microsoft/version.php @@ -23,11 +23,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016120501; +$plugin->version = 2016120502; $plugin->requires = 2016120500; $plugin->component = 'block_microsoft'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.2.0.1'; +$plugin->release = '3.2.0.2'; $plugin->dependencies = [ - 'local_o365' => 2016120501, + 'local_o365' => 2016120505, ]; diff --git a/local/o365/version.php b/local/o365/version.php index 673c71e1d..9ed9ffc83 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -23,11 +23,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016120504; +$plugin->version = 2016120505; $plugin->requires = 2016120500; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.2.0.4'; +$plugin->release = '3.2.0.5'; $plugin->dependencies = [ - 'auth_oidc' => 2016120502, + 'auth_oidc' => 2016120503, ];