Skip to content

Commit

Permalink
MSFTMPP-615: Release v20170116_m30
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Jan 19, 2017
1 parent 2b391cc commit 5edc6ed
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 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 = 2015111913;
$plugin->version = 2015111914;
$plugin->requires = 2015111600;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.12';
$plugin->release = '30.0.0.13';
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 = 2015111919;
$plugin->version = 2015111920;
$plugin->requires = 2015111600;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.16';
$plugin->release = '30.0.0.17';
$plugin->dependencies = [
'local_o365' => 2015111922,
'local_o365' => 2015111923,
];
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 = 2015111922.03;
$plugin->version = 2015111923;
$plugin->requires = 2015111600;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.19';
$plugin->release = '30.0.0.20';
$plugin->dependencies = [
'auth_oidc' => 2015111912,
'auth_oidc' => 2015111914,
];
12 changes: 6 additions & 6 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 = 2015111918;
$plugin->version = 2015111919;
$plugin->requires = 2015111600;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.18';
$plugin->release = '30.0.0.19';
$plugin->dependencies = [
'auth_oidc' => 2015111912,
'block_microsoft' => 2015111919,
'local_o365' => 2015111922,
'repository_office365' => 2015111913,
'auth_oidc' => 2015111914,
'block_microsoft' => 2015111920,
'local_o365' => 2015111923,
'repository_office365' => 2015111914,
'filter_oembed' => 2015111910,
];
4 changes: 2 additions & 2 deletions mod/assign/feedback/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2015111904;
$plugin->version = 2015111905;
$plugin->requires = 2015111600;
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.4';
$plugin->release = '30.0.0.5';
$plugin->dependencies = [
'local_onenote' => 2015111907
];
4 changes: 2 additions & 2 deletions mod/assign/submission/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2015111905;
$plugin->version = 2015111906;
$plugin->requires = 2015111600;
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.5';
$plugin->release = '30.0.0.6';
$plugin->dependencies = [
'local_onenote' => 2015111907
];
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 = 2015111913;
$plugin->version = 2015111914;
$plugin->requires = 2015111600;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.13';
$plugin->release = '30.0.0.14';
$plugin->dependencies = [
'local_o365' => 2015111920,
'local_o365' => 2015111923,
];

0 comments on commit 5edc6ed

Please sign in to comment.