From 231cf1f2eac9ec227774777f38e2c3ce8e2cbb94 Mon Sep 17 00:00:00 2001 From: James McQuillan Date: Tue, 21 Apr 2015 13:16:18 -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 535b2127f..ff8c22226 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -27,4 +27,4 @@ $plugin->requires = 2014111000; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '28.0.0.4'; +$plugin->release = '28.0.0.5'; diff --git a/local/o365/version.php b/local/o365/version.php index 273461b5f..755aafd88 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -27,7 +27,7 @@ $plugin->requires = 2014111000; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '28.0.0.5'; +$plugin->release = '28.0.0.6'; $plugin->dependencies = [ - 'auth_oidc' => 2015012704 + 'auth_oidc' => 2015012707 ]; \ No newline at end of file diff --git a/local/office365/version.php b/local/office365/version.php index f3c9e454b..690dbc9cb 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -23,15 +23,15 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015012702; +$plugin->version = 2015012703; $plugin->requires = 2014111000; $plugin->component = 'local_office365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '28.0.0.2'; +$plugin->release = '28.0.0.3'; $plugin->dependencies = [ - 'auth_oidc' => 2015012704, - 'local_o365' => 2015012705, - 'repository_office365' => 2015012701, + 'auth_oidc' => 2015012707, + 'local_o365' => 2015012710, + 'repository_office365' => 2015012703, 'profilefield_o365' => 2015012701, 'profilefield_oidc' => 2015012701, 'filter_oembed' => 2015012701, diff --git a/repository/office365/version.php b/repository/office365/version.php index 619bc7cfa..8d3f07637 100644 --- a/repository/office365/version.php +++ b/repository/office365/version.php @@ -23,12 +23,12 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2015012702; +$plugin->version = 2015012703; $plugin->requires = 2014111000; $plugin->component = 'repository_office365'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '28.0.0.2'; +$plugin->release = '28.0.0.3'; $plugin->dependencies = [ - 'local_o365' => 2015012701, - 'auth_oidc' => 2015012700 + 'local_o365' => 2015012710, + 'auth_oidc' => 2015012707 ];