From 02e8f1ccd30f871b4c76fc0f0af62cac4626a3a9 Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Tue, 21 Apr 2015 12:36:15 -0400 Subject: [PATCH] Update version files --- auth/oidc/version.php | 2 +- local/o365/version.php | 4 ++-- local/office365/version.php | 10 +++++----- repository/office365/version.php | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/auth/oidc/version.php b/auth/oidc/version.php index 815c3e43d..9b541e32d 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -27,4 +27,4 @@ $plugin->requires = 2014051200; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '27.0.0.5'; \ No newline at end of file +$plugin->release = '27.0.0.6'; \ No newline at end of file diff --git a/local/o365/version.php b/local/o365/version.php index 11007d540..a1a48ab2d 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -27,7 +27,7 @@ $plugin->requires = 2014051200; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '27.0.0.6'; +$plugin->release = '27.0.0.7'; $plugin->dependencies = [ - 'auth_oidc' => 2015011608 + 'auth_oidc' => 2015011612 ]; \ No newline at end of file diff --git a/local/office365/version.php b/local/office365/version.php index a99025c5b..d3c4a34bf 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -23,15 +23,15 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015011604; +$plugin->version = 2015011605; $plugin->requires = 2014051200; $plugin->component = 'local_office365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '27.0.0.3'; +$plugin->release = '27.0.0.4'; $plugin->dependencies = [ - 'auth_oidc' => 2015011608, - 'local_o365' => 2015011607, - 'repository_office365' => 2015011603, + 'auth_oidc' => 2015011612, + 'local_o365' => 2015011614, + 'repository_office365' => 2015011605, 'profilefield_o365' => 2015011603, 'profilefield_oidc' => 2015011603, 'filter_oembed' => 2015011603, diff --git a/repository/office365/version.php b/repository/office365/version.php index 79d0ca16b..2ae5183b6 100644 --- a/repository/office365/version.php +++ b/repository/office365/version.php @@ -23,12 +23,12 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015011604; +$plugin->version = 2015011605; $plugin->requires = 2014051200; $plugin->component = 'repository_office365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '27.0.0.3'; +$plugin->release = '27.0.0.4'; $plugin->dependencies = [ - 'local_o365' => 2015011603, - 'auth_oidc' => 2015011600 + 'local_o365' => 2015011614, + 'auth_oidc' => 2015011612 ];