Skip to content

Commit

Permalink
MSFTMPP-372: Update version files (v20160229_m30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Mar 3, 2016
1 parent 38aa5b1 commit 97c306c
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 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 = 2015111904;
$plugin->version = 2015111905;
$plugin->requires = 2015111600;
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.4';
$plugin->release = '30.0.0.5';
$plugin->dependencies = [
'local_onenote' => 2015111902,
'local_o365' => 2015111907,
'local_onenote' => 2015111903,
'local_o365' => 2015111909,
];
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 = 2015111903;
$plugin->version = 2015111904;
$plugin->requires = 2015111600;
$plugin->component = 'filter_oembed';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.3';
$plugin->release = '30.0.0.4';
10 changes: 5 additions & 5 deletions local/microsoftservices/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2015111902;
$plugin->version = 2015111903;
$plugin->requires = 2015111600;
$plugin->component = 'local_microsoftservices';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.2';
$plugin->release = '30.0.0.3';
$plugin->dependencies = [
'block_microsoft' => 2015111904,
'block_microsoft' => 2015111905,
'local_msaccount' => 2015111902,
'local_onenote' => 2015111902,
'local_onenote' => 2015111903,
'assignfeedback_onenote' => 2015111902,
'assignsubmission_onenote' => 2015111902,
'repository_onenote' => 2015111902,
'filter_oembed' => 2015111903,
'filter_oembed' => 2015111904,
];
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 = 2015111908;
$plugin->version = 2015111909;
$plugin->requires = 2015111600;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.6';
$plugin->release = '30.0.0.7';
$plugin->dependencies = [
'auth_oidc' => 2015111905
];
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 = 2015111905;
$plugin->version = 2015111906;
$plugin->requires = 2015111600;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.5';
$plugin->release = '30.0.0.6';
$plugin->dependencies = [
'auth_oidc' => 2015111905,
'block_microsoft' => 2015111904,
'local_o365' => 2015111907,
'local_onenote' => 2015111902,
'block_microsoft' => 2015111905,
'local_o365' => 2015111909,
'local_onenote' => 2015111903,
'assignfeedback_onenote' => 2015111902,
'assignsubmission_onenote' => 2015111902,
'repository_onenote' => 2015111902,
'repository_office365' => 2015111903,
'filter_oembed' => 2015111903,
'repository_office365' => 2015111905,
'filter_oembed' => 2015111904,
];
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 = 2015111902;
$plugin->version = 2015111903;
$plugin->requires = 2015111600;
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.2';
$plugin->release = '30.0.0.3';
6 changes: 3 additions & 3 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 = 2015111904;
$plugin->version = 2015111905;
$plugin->requires = 2015111600;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '30.0.0.4';
$plugin->release = '30.0.0.5';
$plugin->dependencies = [
'local_o365' => 2015111907,
'local_o365' => 2015111909,
'auth_oidc' => 2015111905
];

0 comments on commit 97c306c

Please sign in to comment.