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 1a69a21 commit 231cf1f
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 = 2014111000;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.4';
$plugin->release = '28.0.0.5';
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 = 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
];
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 = 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,
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 = 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
];

0 comments on commit 231cf1f

Please sign in to comment.