Skip to content

Commit

Permalink
MSFTMPP-240: Update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Sep 25, 2015
1 parent 5978c69 commit 3700a81
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 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 = 2015011619;
$plugin->version = 2015011620;
$plugin->requires = 2014051200;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.12';
$plugin->release = '27.0.0.13';
6 changes: 3 additions & 3 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 = 2015080402;
$plugin->version = 2015080403;
$plugin->requires = 2014051200;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.2';
$plugin->release = '27.0.0.3';
$plugin->dependencies = [
'local_onenote' => 2015011605
'local_onenote' => 2015011606
];
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 = 2015011630;
$plugin->version = 2015011631;
$plugin->requires = 2014051200;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.14';
$plugin->release = '27.0.0.15';
$plugin->dependencies = [
'auth_oidc' => 2015011619
'auth_oidc' => 2015011620
];
14 changes: 7 additions & 7 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 = 2015011612;
$plugin->version = 2015011613;
$plugin->requires = 2014051200;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.11';
$plugin->release = '27.0.0.12';
$plugin->dependencies = [
'auth_oidc' => 2015011619,
'block_microsoft' => 2015080402,
'local_o365' => 2015011628,
'local_onenote' => 2015011605,
'auth_oidc' => 2015011620,
'block_microsoft' => 2015080403,
'local_o365' => 2015011631,
'local_onenote' => 2015011606,
'assignfeedback_onenote' => 2015011605,
'assignsubmission_onenote' => 2015011604,
'repository_onenote' => 2015011604,
'repository_office365' => 2015011608,
'repository_office365' => 2015011609,
'filter_oembed' => 2015011603,
];
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 = 2015011605;
$plugin->version = 2015011606;
$plugin->requires = 2014051200;
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.4';
$plugin->release = '27.0.0.5';
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 = 2015011608;
$plugin->version = 2015011609;
$plugin->requires = 2014051200;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.7';
$plugin->release = '27.0.0.8';
$plugin->dependencies = [
'local_o365' => 2015011628,
'auth_oidc' => 2015011619,
'local_o365' => 2015011631,
'auth_oidc' => 2015011620,
];

0 comments on commit 3700a81

Please sign in to comment.