From 0bc88db05eba8a780822bab8287e2ab995dec7d9 Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Sun, 4 Nov 2018 18:51:58 -0500 Subject: [PATCH] MSFTMPP-698: Update version files (v20181105_m31) --- auth/oidc/version.php | 4 ++-- local/o365/version.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auth/oidc/version.php b/auth/oidc/version.php index 2b6fc5b6f..b5de49297 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016062007.01; +$plugin->version = 2016062008; $plugin->requires = 2016052300; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.1.0.7'; +$plugin->release = '3.1.0.8'; diff --git a/local/o365/version.php b/local/o365/version.php index 37ebf03a7..70800236f 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -23,11 +23,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016062012; +$plugin->version = 2016062013; $plugin->requires = 2016052300; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '3.1.0.12'; +$plugin->release = '3.1.0.13'; $plugin->dependencies = [ - 'auth_oidc' => 2016062007, + 'auth_oidc' => 2016062008, ];