Skip to content

Commit

Permalink
MSFTMPP-262: Update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Oct 21, 2015
1 parent d940e55 commit 2fa16c5
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 = 2015060105;
$plugin->version = 2015060106;
$plugin->requires = 2015051100;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.5';
$plugin->release = '29.0.0.6';
8 changes: 4 additions & 4 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 = 2015060102;
$plugin->version = 2015060103;
$plugin->requires = 2015051100;
$plugin->component = 'local_microsoftservices';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.2';
$plugin->release = '29.0.0.3';
$plugin->dependencies = [
'block_microsoft' => 2015080401,
'local_msaccount' => 2015060100,
'local_onenote' => 2015060101,
'assignfeedback_onenote' => 2015060100,
'assignsubmission_onenote' => 2015060100,
'assignfeedback_onenote' => 2015060101,
'assignsubmission_onenote' => 2015060101,
'repository_onenote' => 2015060100,
'filter_oembed' => 2015060100,
];
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 = 2015060113;
$plugin->version = 2015060114;
$plugin->requires = 2015051100;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.7';
$plugin->release = '29.0.0.8';
$plugin->dependencies = [
'auth_oidc' => 2015060105
'auth_oidc' => 2015060106
];
12 changes: 6 additions & 6 deletions local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@

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

$plugin->version = 2015060107;
$plugin->version = 2015060108;
$plugin->requires = 2015051100;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.7';
$plugin->release = '29.0.0.8';
$plugin->dependencies = [
'auth_oidc' => 2015060105,
'auth_oidc' => 2015060106,
'block_microsoft' => 2015080403,
'local_o365' => 2015060113,
'local_o365' => 2015060114,
'local_onenote' => 2015060103,
'assignfeedback_onenote' => 2015060100,
'assignsubmission_onenote' => 2015060100,
'assignfeedback_onenote' => 2015060101,
'assignsubmission_onenote' => 2015060101,
'repository_onenote' => 2015060101,
'repository_office365' => 2015060103,
'filter_oembed' => 2015060100,
Expand Down
6 changes: 3 additions & 3 deletions mod/assign/feedback/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2015060100;
$plugin->version = 2015060101;
$plugin->requires = 2015051100;
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.0';
$plugin->release = '29.0.0.1';
$plugin->dependencies = [
'local_onenote' => 2015060100
'local_onenote' => 2015060100
];
6 changes: 3 additions & 3 deletions mod/assign/submission/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2015060100;
$plugin->version = 2015060101;
$plugin->requires = 2015051100;
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '29.0.0.0';
$plugin->release = '29.0.0.1';
$plugin->dependencies = [
'local_onenote' => 2015060100
'local_onenote' => 2015060100
];

0 comments on commit 2fa16c5

Please sign in to comment.