Skip to content

Commit

Permalink
MSFTMPP-430: Update version files (v20160328_m29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Mar 29, 2016
1 parent 5b8f24b commit edd7251
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 48 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 = 2015060112.01;
$plugin->version = 2015060113;
$plugin->requires = 2015051100;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.12';
$plugin->release = '29.0.0.13';
8 changes: 4 additions & 4 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 = 2015080410;
$plugin->version = 2015080411;
$plugin->requires = 2015051100;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.10';
$plugin->release = '29.0.0.11';
$plugin->dependencies = [
'local_onenote' => 2015060107,
'local_o365' => 2015060125,
'local_onenote' => 2015060108,
'local_o365' => 2015060126,
];
4 changes: 2 additions & 2 deletions filter/oembed/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

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

$plugin->version = 2015060105;
$plugin->version = 2015060106;
$plugin->requires = 2015051100;
$plugin->component = 'filter_oembed';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.5';
$plugin->release = '29.0.0.6';
18 changes: 9 additions & 9 deletions local/microsoftservices/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@

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

$plugin->version = 2015060107;
$plugin->version = 2015060108;
$plugin->requires = 2015051100;
$plugin->component = 'local_microsoftservices';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.7';
$plugin->release = '29.0.0.8';
$plugin->dependencies = [
'block_microsoft' => 2015080409,
'local_msaccount' => 2015060103,
'local_onenote' => 2015060107,
'assignfeedback_onenote' => 2015060104,
'assignsubmission_onenote' => 2015060104,
'repository_onenote' => 2015060104,
'filter_oembed' => 2015060104,
'block_microsoft' => 2015080411,
'local_msaccount' => 2015060104,
'local_onenote' => 2015060108,
'assignfeedback_onenote' => 2015060105,
'assignsubmission_onenote' => 2015060105,
'repository_onenote' => 2015060105,
'filter_oembed' => 2015060106,
];
4 changes: 2 additions & 2 deletions local/msaccount/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

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

$plugin->version = 2015060103;
$plugin->version = 2015060104;
$plugin->requires = 2015051100;
$plugin->component = 'local_msaccount';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.3';
$plugin->release = '29.0.0.4';
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 = 2015060125;
$plugin->version = 2015060126;
$plugin->requires = 2015051100;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.17';
$plugin->release = '29.0.0.18';
$plugin->dependencies = [
'auth_oidc' => 2015060112,
'auth_oidc' => 2015060113,
];
22 changes: 11 additions & 11 deletions local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@

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

$plugin->version = 2015060116;
$plugin->version = 2015060117;
$plugin->requires = 2015051100;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.16';
$plugin->release = '29.0.0.17';
$plugin->dependencies = [
'auth_oidc' => 2015060112,
'block_microsoft' => 2015080410,
'local_o365' => 2015060125,
'local_onenote' => 2015060107,
'assignfeedback_onenote' => 2015060104,
'assignsubmission_onenote' => 2015060104,
'repository_onenote' => 2015060104,
'repository_office365' => 2015060109,
'filter_oembed' => 2015060105,
'auth_oidc' => 2015060113,
'block_microsoft' => 2015080411,
'local_o365' => 2015060126,
'local_onenote' => 2015060108,
'assignfeedback_onenote' => 2015060105,
'assignsubmission_onenote' => 2015060105,
'repository_onenote' => 2015060105,
'repository_office365' => 2015060110,
'filter_oembed' => 2015060106,
];
4 changes: 2 additions & 2 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 = 2015060107;
$plugin->version = 2015060108;
$plugin->requires = 2015051100;
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.7';
$plugin->release = '29.0.0.8';
6 changes: 3 additions & 3 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 = 2015060104;
$plugin->version = 2015060105;
$plugin->requires = 2015051100;
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.4';
$plugin->release = '29.0.0.5';
$plugin->dependencies = [
'local_onenote' => 2015060106
'local_onenote' => 2015060108
];
6 changes: 3 additions & 3 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 = 2015060104;
$plugin->version = 2015060105;
$plugin->requires = 2015051100;
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.4';
$plugin->release = '29.0.0.5';
$plugin->dependencies = [
'local_onenote' => 2015060106
'local_onenote' => 2015060108
];
8 changes: 4 additions & 4 deletions repository/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

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

$plugin->version = 2015060109;
$plugin->version = 2015060110;
$plugin->requires = 2015051100;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.9';
$plugin->release = '29.0.0.10';
$plugin->dependencies = [
'local_o365' => 2015060124,
'auth_oidc' => 2015060112
'local_o365' => 2015060126,
'auth_oidc' => 2015060113
];
6 changes: 3 additions & 3 deletions repository/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 = 2015060104;
$plugin->version = 2015060105;
$plugin->requires = 2015051100;
$plugin->component = 'repository_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.4';
$plugin->release = '29.0.0.5';
$plugin->dependencies = [
'local_onenote' => 2015060106
'local_onenote' => 2015060108
];

0 comments on commit edd7251

Please sign in to comment.