Skip to content

Commit

Permalink
MSFTMPP-644: Release v20171031_m32
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Oct 31, 2017
1 parent a4b44a0 commit d3335a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions auth/oidc/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2016120501;
$plugin->version = 2016120502;
$plugin->requires = 2016120500;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.1';
$plugin->release = '3.2.0.2';
6 changes: 3 additions & 3 deletions local/o365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2016120502;
$plugin->version = 2016120503;
$plugin->requires = 2016120500;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.2';
$plugin->release = '3.2.0.3';
$plugin->dependencies = [
'auth_oidc' => 2016120501,
'auth_oidc' => 2016120502,
];
6 changes: 3 additions & 3 deletions repository/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2016120500;
$plugin->version = 2016120501;
$plugin->requires = 2016120500;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.0';
$plugin->release = '3.2.0.1';
$plugin->dependencies = [
'local_o365' => 2016120500,
'local_o365' => 2016120503,
];

0 comments on commit d3335a2

Please sign in to comment.