Skip to content

Commit

Permalink
MSFTMPP-644: Release v20171031_m33
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Oct 31, 2017
1 parent d3335a2 commit 8ebf7e9
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 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->requires = 2016120500;
$plugin->version = 2017051500;
$plugin->requires = 2017051500;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.2';
$plugin->release = '3.3.0.0';
8 changes: 4 additions & 4 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->requires = 2016120500;
$plugin->version = 2017051500;
$plugin->requires = 2017051500;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.1';
$plugin->release = '3.3.0.0';
$plugin->dependencies = [
'local_o365' => 2016120501,
'local_o365' => 2017051500,
];
6 changes: 3 additions & 3 deletions blocks/skypeweb/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->requires = 2016120502;
$plugin->version = 2017051500;
$plugin->requires = 2017051500;
$plugin->component = 'block_skypeweb';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.0';
$plugin->release = '3.3.0.0';
8 changes: 4 additions & 4 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 = 2016120503;
$plugin->requires = 2016120500;
$plugin->version = 2017051500;
$plugin->requires = 2017051500;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.3';
$plugin->release = '3.3.0.0';
$plugin->dependencies = [
'auth_oidc' => 2016120502,
'auth_oidc' => 2017051500,
];
6 changes: 3 additions & 3 deletions local/o365docs/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

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

$plugin->version = 2016120500;
$plugin->requires = 2016120500;
$plugin->version = 2017051500;
$plugin->requires = 2017051500;
$plugin->component = 'local_o365docs';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.0';
$plugin->release = '3.3.0.0';
14 changes: 7 additions & 7 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 = 2016120500;
$plugin->requires = 2016120500;
$plugin->version = 2017051500;
$plugin->requires = 2017051500;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.0';
$plugin->release = '3.3.0.0';
$plugin->dependencies = [
'auth_oidc' => 2016120500,
'block_microsoft' => 2016120500,
'local_o365' => 2016120500,
'repository_office365' => 2016120500,
'auth_oidc' => 2017051500,
'block_microsoft' => 2017051500,
'local_o365' => 2017051500,
'repository_office365' => 2017051500,
'filter_oembed' => 2016062001,
];
6 changes: 3 additions & 3 deletions local/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

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

$plugin->version = 2016120500;
$plugin->requires = 2016120500;
$plugin->version = 2017051500;
$plugin->requires = 2017051500;
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.0';
$plugin->release = '3.3.0.0';
8 changes: 4 additions & 4 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 = 2016120500;
$plugin->requires = 2016120500;
$plugin->version = 2017051500;
$plugin->requires = 2017051500;
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.0';
$plugin->release = '3.3.0.0';
$plugin->dependencies = [
'local_onenote' => 2016120500,
'local_onenote' => 2017051500,
];
8 changes: 4 additions & 4 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 = 2016120500;
$plugin->requires = 2016120500;
$plugin->version = 2017051500;
$plugin->requires = 2017051500;
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.0';
$plugin->release = '3.3.0.0';
$plugin->dependencies = [
'local_onenote' => 2016120500,
'local_onenote' => 2017051500,
];
8 changes: 4 additions & 4 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 = 2016120501;
$plugin->requires = 2016120500;
$plugin->version = 2017051500;
$plugin->requires = 2017051500;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.2.0.1';
$plugin->release = '3.3.0.0';
$plugin->dependencies = [
'local_o365' => 2016120503,
'local_o365' => 2017051500,
];

0 comments on commit 8ebf7e9

Please sign in to comment.