Skip to content

Commit

Permalink
MSFTMPP-308: Update version files (m29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Dec 15, 2015
1 parent 51636b5 commit 691b80e
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 = 2015060108;
$plugin->version = 2015060109;
$plugin->requires = 2015051100;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.8';
$plugin->release = '29.0.0.9';
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 = 2015080404;
$plugin->version = 2015080405;
$plugin->requires = 2015051100;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.4';
$plugin->release = '29.0.0.5';
$plugin->dependencies = [
'local_onenote' => 2015060104,
'local_o365' => 2015060115,
'local_onenote' => 2015060105,
'local_o365' => 2015060117,
];
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 = 2015060100;
$plugin->version = 2015060101;
$plugin->requires = 2015051100;
$plugin->component = 'filter_oembed';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.0';
$plugin->release = '29.0.0.1';
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 = 2015060104;
$plugin->version = 2015060105;
$plugin->requires = 2015051100;
$plugin->component = 'local_microsoftservices';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.4';
$plugin->release = '29.0.0.5';
$plugin->dependencies = [
'block_microsoft' => 2015080404,
'local_msaccount' => 2015060101,
'local_onenote' => 2015060104,
'assignfeedback_onenote' => 2015060102,
'assignsubmission_onenote' => 2015060102,
'repository_onenote' => 2015060102,
'filter_oembed' => 2015060100,
'block_microsoft' => 2015080405,
'local_msaccount' => 2015060102,
'local_onenote' => 2015060105,
'assignfeedback_onenote' => 2015060103,
'assignsubmission_onenote' => 2015060103,
'repository_onenote' => 2015060103,
'filter_oembed' => 2015060101,
];
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 = 2015060101;
$plugin->version = 2015060102;
$plugin->requires = 2015051100;
$plugin->component = 'local_msaccount';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.1';
$plugin->release = '29.0.0.2';
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 = 2015060116.03;
$plugin->version = 2015060117;
$plugin->requires = 2015051100;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.10';
$plugin->release = '29.0.0.11';
$plugin->dependencies = [
'auth_oidc' => 2015060108
'auth_oidc' => 2015060109
];
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 = 2015060110;
$plugin->version = 2015060111;
$plugin->requires = 2015051100;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.10';
$plugin->release = '29.0.0.11';
$plugin->dependencies = [
'auth_oidc' => 2015060108,
'block_microsoft' => 2015080404,
'local_o365' => 2015060116,
'local_onenote' => 2015060104,
'assignfeedback_onenote' => 2015060102,
'assignsubmission_onenote' => 2015060102,
'repository_onenote' => 2015060102,
'repository_office365' => 2015060105,
'filter_oembed' => 2015060100,
'auth_oidc' => 2015060109,
'block_microsoft' => 2015080405,
'local_o365' => 2015060117,
'local_onenote' => 2015060105,
'assignfeedback_onenote' => 2015060103,
'assignsubmission_onenote' => 2015060103,
'repository_onenote' => 2015060103,
'repository_office365' => 2015060106,
'filter_oembed' => 2015060101,
];
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 = 2015060104;
$plugin->version = 2015060105;
$plugin->requires = 2015051100;
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.4';
$plugin->release = '29.0.0.5';
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 = 2015060102;
$plugin->version = 2015060103;
$plugin->requires = 2015051100;
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.2';
$plugin->release = '29.0.0.3';
$plugin->dependencies = [
'local_onenote' => 2015060104
'local_onenote' => 2015060105
];
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 = 2015060102;
$plugin->version = 2015060103;
$plugin->requires = 2015051100;
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.2';
$plugin->release = '29.0.0.3';
$plugin->dependencies = [
'local_onenote' => 2015060104
'local_onenote' => 2015060105
];
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 = 2015060105;
$plugin->version = 2015060106;
$plugin->requires = 2015051100;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.5';
$plugin->release = '29.0.0.6';
$plugin->dependencies = [
'local_o365' => 2015060116,
'auth_oidc' => 2015060108
'local_o365' => 2015060117,
'auth_oidc' => 2015060109
];
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 = 2015060102;
$plugin->version = 2015060103;
$plugin->requires = 2015051100;
$plugin->component = 'repository_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.2';
$plugin->release = '29.0.0.3';
$plugin->dependencies = [
'local_onenote' => 2015060104
'local_onenote' => 2015060105
];

0 comments on commit 691b80e

Please sign in to comment.