Skip to content

Commit

Permalink
MSFTMPP-447: Update version files (v20160411_m28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Apr 14, 2016
1 parent 2ce7ea9 commit 0bdb467
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 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 = 2015080411;
$plugin->version = 2015080412;
$plugin->requires = 2014111000;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.11';
$plugin->release = '28.0.0.12';
$plugin->dependencies = [
'local_onenote' => 2015012710,
'local_o365' => 2015012742,
'local_o365' => 2015012743,
];
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 = 2015012707;
$plugin->version = 2015012708;
$plugin->requires = 2014111000;
$plugin->component = 'filter_oembed';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.7';
$plugin->release = '28.0.0.8';
4 changes: 2 additions & 2 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 = 2015012742.03;
$plugin->version = 2015012743;
$plugin->requires = 2014111000;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.27';
$plugin->release = '28.0.0.28';
$plugin->dependencies = [
'auth_oidc' => 2015012724
];
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 = 2015012723;
$plugin->version = 2015012724;
$plugin->requires = 2014111000;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.23';
$plugin->release = '28.0.0.24';
$plugin->dependencies = [
'auth_oidc' => 2015012724,
'block_microsoft' => 2015080411,
'local_o365' => 2015012742,
'block_microsoft' => 2015080412,
'local_o365' => 2015012743,
'local_onenote' => 2015012710,
'assignfeedback_onenote' => 2015012708,
'assignsubmission_onenote' => 2015012707,
'repository_onenote' => 2015012706,
'repository_office365' => 2015012714,
'filter_oembed' => 2015012707,
'filter_oembed' => 2015012708,
];

0 comments on commit 0bdb467

Please sign in to comment.