Skip to content

Commit

Permalink
MSFTMPP-615: Release v20170116_m31
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Jan 19, 2017
1 parent c57a875 commit 99deb46
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 = 2016062003;
$plugin->version = 2016062004;
$plugin->requires = 2016052300;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.1.0.3';
$plugin->release = '3.1.0.4';
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 = 2016062005;
$plugin->version = 2016062006;
$plugin->requires = 2016052300;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.1.0.4';
$plugin->release = '3.1.0.5';
$plugin->dependencies = [
'local_o365' => 2016062005,
'local_o365' => 2016062006,
];
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 = 2016062005.03;
$plugin->version = 2016062006;
$plugin->requires = 2016052300;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.1.0.5';
$plugin->release = '3.1.0.6';
$plugin->dependencies = [
'auth_oidc' => 2016062002,
'auth_oidc' => 2016062004,
];
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 = 2016062006;
$plugin->version = 2016062007;
$plugin->requires = 2016052300;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.1.0.6';
$plugin->release = '3.1.0.7';
$plugin->dependencies = [
'auth_oidc' => 2016062002,
'block_microsoft' => 2016062005,
'local_o365' => 2016062005,
'repository_office365' => 2016062004,
'auth_oidc' => 2016062004,
'block_microsoft' => 2016062006,
'local_o365' => 2016062006,
'repository_office365' => 2016062005,
'filter_oembed' => 2016062001,
];
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 = 2016062001;
$plugin->version = 2016062002;
$plugin->requires = 2016052300;
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.1.0.1';
$plugin->release = '3.1.0.2';
$plugin->dependencies = [
'local_onenote' => 2016062001,
];
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 = 2016062001;
$plugin->version = 2016062002;
$plugin->requires = 2016052300;
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.1.0.1';
$plugin->release = '3.1.0.2';
$plugin->dependencies = [
'local_onenote' => 2016062001,
];
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 = 2016062004;
$plugin->version = 2016062005;
$plugin->requires = 2016052300;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.1.0.4';
$plugin->release = '3.1.0.5';
$plugin->dependencies = [
'local_o365' => 2016062003,
'local_o365' => 2016062006,
];

0 comments on commit 99deb46

Please sign in to comment.