Skip to content

Commit

Permalink
MSFTMPP-290: Update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Nov 17, 2015
1 parent 742003d commit bec7d78
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 44 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 = 2015060106;
$plugin->version = 2015060107;
$plugin->requires = 2015051100;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.6';
$plugin->release = '29.0.0.7';
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 = 2015080403;
$plugin->version = 2015080404;
$plugin->requires = 2015051100;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.3';
$plugin->release = '29.0.0.4';
$plugin->dependencies = [
'local_onenote' => 2015060102,
'local_o365' => 2015060114,
'local_onenote' => 2015060104,
'local_o365' => 2015060115,
];
16 changes: 8 additions & 8 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 = 2015060103;
$plugin->version = 2015060104;
$plugin->requires = 2015051100;
$plugin->component = 'local_microsoftservices';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.3';
$plugin->release = '29.0.0.4';
$plugin->dependencies = [
'block_microsoft' => 2015080401,
'local_msaccount' => 2015060100,
'local_onenote' => 2015060101,
'assignfeedback_onenote' => 2015060101,
'assignsubmission_onenote' => 2015060101,
'repository_onenote' => 2015060100,
'block_microsoft' => 2015080404,
'local_msaccount' => 2015060101,
'local_onenote' => 2015060104,
'assignfeedback_onenote' => 2015060102,
'assignsubmission_onenote' => 2015060102,
'repository_onenote' => 2015060102,
'filter_oembed' => 2015060100,
];
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 = 2015060100.1;
$plugin->version = 2015060101;
$plugin->requires = 2015051100;
$plugin->component = 'local_msaccount';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.0';
$plugin->release = '29.0.0.1';
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 = 2015060114;
$plugin->version = 2015060115;
$plugin->requires = 2015051100;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.8';
$plugin->release = '29.0.0.9';
$plugin->dependencies = [
'auth_oidc' => 2015060106
'auth_oidc' => 2015060107
];
20 changes: 10 additions & 10 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 = 2015060108;
$plugin->version = 2015060109;
$plugin->requires = 2015051100;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.8';
$plugin->release = '29.0.0.9';
$plugin->dependencies = [
'auth_oidc' => 2015060106,
'block_microsoft' => 2015080403,
'local_o365' => 2015060114,
'local_onenote' => 2015060103,
'assignfeedback_onenote' => 2015060101,
'assignsubmission_onenote' => 2015060101,
'repository_onenote' => 2015060101,
'repository_office365' => 2015060103,
'auth_oidc' => 2015060107,
'block_microsoft' => 2015080404,
'local_o365' => 2015060115,
'local_onenote' => 2015060104,
'assignfeedback_onenote' => 2015060102,
'assignsubmission_onenote' => 2015060102,
'repository_onenote' => 2015060102,
'repository_office365' => 2015060104,
'filter_oembed' => 2015060100,
];
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 = 2015060103;
$plugin->version = 2015060104;
$plugin->requires = 2015051100;
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.3';
$plugin->release = '29.0.0.4';
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 = 2015060101;
$plugin->version = 2015060102;
$plugin->requires = 2015051100;
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.1';
$plugin->release = '29.0.0.2';
$plugin->dependencies = [
'local_onenote' => 2015060100
'local_onenote' => 2015060104
];
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 = 2015060101;
$plugin->version = 2015060102;
$plugin->requires = 2015051100;
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.1';
$plugin->release = '29.0.0.2';
$plugin->dependencies = [
'local_onenote' => 2015060100
'local_onenote' => 2015060104
];
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 = 2015060103.1;
$plugin->version = 2015060104;
$plugin->requires = 2015051100;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.3';
$plugin->release = '29.0.0.4';
$plugin->dependencies = [
'local_o365' => 2015060110,
'auth_oidc' => 2015060104
'local_o365' => 2015060115,
'auth_oidc' => 2015060107
];
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 = 2015060101;
$plugin->version = 2015060102;
$plugin->requires = 2015051100;
$plugin->component = 'repository_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.1';
$plugin->release = '29.0.0.2';
$plugin->dependencies = [
'local_onenote' => 2015060100
'local_onenote' => 2015060104
];

0 comments on commit bec7d78

Please sign in to comment.