Skip to content

Commit

Permalink
MSFTMPP-327: Update version files (m27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Jan 20, 2016
1 parent 1dcac7b commit 108357e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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 = 2015011625;
$plugin->version = 2015011626;
$plugin->requires = 2014051200;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.18';
$plugin->release = '27.0.0.19';
6 changes: 3 additions & 3 deletions blocks/microsoft/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

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

$plugin->version = 2015080405;
$plugin->version = 2015080406;
$plugin->requires = 2014051200;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.5';
$plugin->release = '27.0.0.6';
$plugin->dependencies = [
'local_onenote' => 2015011609,
'local_o365' => 2015011638,
'local_o365' => 2015011640,
];
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 = 2015011639;
$plugin->version = 2015011640;
$plugin->requires = 2014051200;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.21';
$plugin->release = '27.0.0.22';
$plugin->dependencies = [
'auth_oidc' => 2015011625
'auth_oidc' => 2015011626
];
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 = 2015011619;
$plugin->version = 2015011620;
$plugin->requires = 2014051200;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.18';
$plugin->release = '27.0.0.19';
$plugin->dependencies = [
'auth_oidc' => 2015011625,
'block_microsoft' => 2015080405,
'local_o365' => 2015011638,
'auth_oidc' => 2015011626,
'block_microsoft' => 2015080406,
'local_o365' => 2015011640,
'local_onenote' => 2015011609,
'assignfeedback_onenote' => 2015011608,
'assignsubmission_onenote' => 2015011607,
Expand Down

0 comments on commit 108357e

Please sign in to comment.