Skip to content

Commit

Permalink
MSFTMPP-308: Update version files (m27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Dec 15, 2015
1 parent 444dcc8 commit 0944a9f
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 = 2015011624;
$plugin->version = 2015011625;
$plugin->requires = 2014051200;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.17';
$plugin->release = '27.0.0.18';
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 = 2014051200;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.4';
$plugin->release = '27.0.0.5';
$plugin->dependencies = [
'local_onenote' => 2015011608,
'local_o365' => 2015011636,
'local_onenote' => 2015011609,
'local_o365' => 2015011638,
];
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 = 2015011603;
$plugin->version = 2015011604;
$plugin->requires = 2014051200;
$plugin->component = 'filter_oembed';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.2';
$plugin->release = '27.0.0.3';
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 = 2015011609;
$plugin->version = 2015011610;
$plugin->requires = 2014051200;
$plugin->component = 'local_microsoftservices';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.8';
$plugin->release = '27.0.0.9';
$plugin->dependencies = [
'block_microsoft' => 2015080404,
'local_msaccount' => 2015011604,
'local_onenote' => 2015011608,
'assignfeedback_onenote' => 2015011607,
'assignsubmission_onenote' => 2015011606,
'repository_onenote' => 2015011605,
'filter_oembed' => 2015011603,
'block_microsoft' => 2015080405,
'local_msaccount' => 2015011605,
'local_onenote' => 2015011609,
'assignfeedback_onenote' => 2015011608,
'assignsubmission_onenote' => 2015011607,
'repository_onenote' => 2015011606,
'filter_oembed' => 2015011604,
];
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 = 2015011604;
$plugin->version = 2015011605;
$plugin->requires = 2014051200;
$plugin->component = 'local_msaccount';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.3';
$plugin->release = '27.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 = 2015011637.03;
$plugin->version = 2015011638;
$plugin->requires = 2014051200;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.20';
$plugin->release = '27.0.0.21';
$plugin->dependencies = [
'auth_oidc' => 2015011624
'auth_oidc' => 2015011625
];
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 = 2015011618;
$plugin->version = 2015011619;
$plugin->requires = 2014051200;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.17';
$plugin->release = '27.0.0.18';
$plugin->dependencies = [
'auth_oidc' => 2015011624,
'block_microsoft' => 2015080404,
'local_o365' => 2015011637,
'local_onenote' => 2015011608,
'assignfeedback_onenote' => 2015011607,
'assignsubmission_onenote' => 2015011606,
'repository_onenote' => 2015011605,
'repository_office365' => 2015011611,
'filter_oembed' => 2015011603,
'auth_oidc' => 2015011625,
'block_microsoft' => 2015080405,
'local_o365' => 2015011638,
'local_onenote' => 2015011609,
'assignfeedback_onenote' => 2015011608,
'assignsubmission_onenote' => 2015011607,
'repository_onenote' => 2015011606,
'repository_office365' => 2015011612,
'filter_oembed' => 2015011604,
];
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 = 2015011608;
$plugin->version = 2015011609;
$plugin->requires = 2014051200;
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.7';
$plugin->release = '27.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 = 2015011607;
$plugin->version = 2015011608;
$plugin->requires = 2014051200;
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.6';
$plugin->release = '27.0.0.7';
$plugin->dependencies = [
'local_onenote' => 2015011608
'local_onenote' => 2015011609
];
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 = 2015011606;
$plugin->version = 2015011607;
$plugin->requires = 2014051200;
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.5';
$plugin->release = '27.0.0.6';
$plugin->dependencies = [
'local_onenote' => 2015011608
'local_onenote' => 2015011609
];
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 = 2015011611;
$plugin->version = 2015011612;
$plugin->requires = 2014051200;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.10';
$plugin->release = '27.0.0.11';
$plugin->dependencies = [
'local_o365' => 2015011637,
'auth_oidc' => 2015011624,
'local_o365' => 2015011638,
'auth_oidc' => 2015011625,
];
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 = 2015011605;
$plugin->version = 2015011606;
$plugin->requires = 2014051200;
$plugin->component = 'repository_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.4';
$plugin->release = '27.0.0.5';
$plugin->dependencies = [
'local_onenote' => 2015011608
'local_onenote' => 2015011609
];

0 comments on commit 0944a9f

Please sign in to comment.