Skip to content

Commit

Permalink
MSFTMPP-299: Update version files (m28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Dec 1, 2015
1 parent b00fd4c commit 4e33d50
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 = 2015012718;
$plugin->version = 2015012719;
$plugin->requires = 2014111000;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.15';
$plugin->release = '28.0.0.16';
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 = 2015012731.02;
$plugin->version = 2015012732;
$plugin->requires = 2014111000;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.18';
$plugin->release = '28.0.0.19';
$plugin->dependencies = [
'auth_oidc' => 2015012718
'auth_oidc' => 2015012719
];
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 = 2015012715;
$plugin->version = 2015012716;
$plugin->requires = 2014111000;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.15';
$plugin->release = '28.0.0.16';
$plugin->dependencies = [
'auth_oidc' => 2015012718,
'auth_oidc' => 2015012719,
'block_microsoft' => 2015080404,
'local_o365' => 2015012731,
'local_o365' => 2015012732,
'local_onenote' => 2015012706,
'assignfeedback_onenote' => 2015012705,
'assignsubmission_onenote' => 2015012704,
'repository_onenote' => 2015012703,
'repository_office365' => 2015012708,
'repository_office365' => 2015012709,
'filter_oembed' => 2015012701,
];
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 = 2015012708;
$plugin->version = 2015012709;
$plugin->requires = 2014111000;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.8';
$plugin->release = '28.0.0.9';
$plugin->dependencies = [
'local_o365' => 2015012731,
'auth_oidc' => 2015012718,
'local_o365' => 2015012732,
'auth_oidc' => 2015012719,
];

0 comments on commit 4e33d50

Please sign in to comment.