Skip to content

Commit

Permalink
MSFTMPP-667: Release v20180430_m34
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Apr 30, 2018
1 parent d40d595 commit 0d66ab4
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 = 2017111300;
$plugin->version = 2017111301;
$plugin->requires = 2017111300;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.0';
$plugin->release = '3.4.0.1';
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 = 2017111300;
$plugin->version = 2017111301;
$plugin->requires = 2017111300;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.0';
$plugin->release = '3.4.0.1';
$plugin->dependencies = [
'local_o365' => 2017111300,
'local_o365' => 2017111302,
];
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 = 2017111301;
$plugin->version = 2017111302;
$plugin->requires = 2017111300;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.1';
$plugin->release = '3.4.0.2';
$plugin->dependencies = [
'auth_oidc' => 2017111300,
'auth_oidc' => 2017111301,
];

0 comments on commit 0d66ab4

Please sign in to comment.