Skip to content

Commit

Permalink
MSFTMPP-299: Update version files (m27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Dec 1, 2015
1 parent c0c0616 commit 3ea28fa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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 = 2015011623;
$plugin->version = 2015011624;
$plugin->requires = 2014051200;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.16';
$plugin->release = '27.0.0.17';
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 = 2015011636.02;
$plugin->version = 2015011637;
$plugin->requires = 2014051200;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.19';
$plugin->release = '27.0.0.20';
$plugin->dependencies = [
'auth_oidc' => 2015011623
'auth_oidc' => 2015011624
];
10 changes: 5 additions & 5 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 = 2015011617;
$plugin->version = 2015011618;
$plugin->requires = 2014051200;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.16';
$plugin->release = '27.0.0.17';
$plugin->dependencies = [
'auth_oidc' => 2015011623,
'auth_oidc' => 2015011624,
'block_microsoft' => 2015080404,
'local_o365' => 2015011636,
'local_o365' => 2015011637,
'local_onenote' => 2015011608,
'assignfeedback_onenote' => 2015011607,
'assignsubmission_onenote' => 2015011606,
'repository_onenote' => 2015011605,
'repository_office365' => 2015011610,
'repository_office365' => 2015011611,
'filter_oembed' => 2015011603,
];
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 = 2015011610;
$plugin->version = 2015011611;
$plugin->requires = 2014051200;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.9';
$plugin->release = '27.0.0.10';
$plugin->dependencies = [
'local_o365' => 2015011636,
'auth_oidc' => 2015011623,
'local_o365' => 2015011637,
'auth_oidc' => 2015011624,
];

0 comments on commit 3ea28fa

Please sign in to comment.