Skip to content

Commit

Permalink
Update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Apr 21, 2015
1 parent 5ecbe46 commit 02e8f1c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion auth/oidc/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
$plugin->requires = 2014051200;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.5';
$plugin->release = '27.0.0.6';
4 changes: 2 additions & 2 deletions local/o365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
10 changes: 5 additions & 5 deletions local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions repository/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
];

0 comments on commit 02e8f1c

Please sign in to comment.