Skip to content

Commit

Permalink
MSFTMPP-667: Release v20180430_m32
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Apr 30, 2018
1 parent c11eab4 commit c17eb15
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 = 2016120502;
$plugin->version = 2016120503;
$plugin->requires = 2016120500;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.2';
$plugin->release = '3.2.0.3';
6 changes: 3 additions & 3 deletions blocks/microsoft/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

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

$plugin->version = 2016120501;
$plugin->version = 2016120502;
$plugin->requires = 2016120500;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.1';
$plugin->release = '3.2.0.2';
$plugin->dependencies = [
'local_o365' => 2016120501,
'local_o365' => 2016120505,
];
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 = 2016120504;
$plugin->version = 2016120505;
$plugin->requires = 2016120500;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.4';
$plugin->release = '3.2.0.5';
$plugin->dependencies = [
'auth_oidc' => 2016120502,
'auth_oidc' => 2016120503,
];

0 comments on commit c17eb15

Please sign in to comment.