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 013785a commit 0bbbfb3
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 = 2015060103;
$plugin->version = 2015060104;
$plugin->requires = 2015051100;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.3';
$plugin->release = '29.0.0.4';
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 = 2015051100;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.2';
$plugin->release = '29.0.0.3';
$plugin->dependencies = [
'local_onenote' => 2015060101
'local_onenote' => 2015060102
];
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 = 2015060109;
$plugin->version = 2015060110;
$plugin->requires = 2015051100;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.4';
$plugin->release = '29.0.0.5';
$plugin->dependencies = [
'auth_oidc' => 2015060103
'auth_oidc' => 2015060104
];
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 = 2015060104;
$plugin->version = 2015060105;
$plugin->requires = 2015051100;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.4';
$plugin->release = '29.0.0.5';
$plugin->dependencies = [
'auth_oidc' => 2015060103,
'block_microsoft' => 2015080402,
'local_o365' => 2015060107,
'local_onenote' => 2015060101,
'auth_oidc' => 2015060104,
'block_microsoft' => 2015080403,
'local_o365' => 2015060110,
'local_onenote' => 2015060102,
'assignfeedback_onenote' => 2015060100,
'assignsubmission_onenote' => 2015060100,
'repository_onenote' => 2015060101,
'repository_office365' => 2015060102,
'repository_office365' => 2015060103,
'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 = 2015060101;
$plugin->version = 2015060102;
$plugin->requires = 2015051100;
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.1';
$plugin->release = '29.0.0.2';
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 = 2015060102;
$plugin->version = 2015060103;
$plugin->requires = 2015051100;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.2';
$plugin->release = '29.0.0.3';
$plugin->dependencies = [
'local_o365' => 2015060107,
'auth_oidc' => 2015060103
'local_o365' => 2015060110,
'auth_oidc' => 2015060104
];

0 comments on commit 0bbbfb3

Please sign in to comment.