Skip to content

Commit

Permalink
MSFTMPP-186: Update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Jun 2, 2015
1 parent 09c57c3 commit 03b0375
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 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 = 2015012710;
$plugin->version = 2015012711;
$plugin->requires = 2014111000;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.7';
$plugin->release = '28.0.0.8';
4 changes: 2 additions & 2 deletions blocks/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

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

$plugin->version = 2015012701;
$plugin->version = 2015012702;
$plugin->requires = 2014111000;
$plugin->component = 'block_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.1';
$plugin->release = '28.0.0.2';
$plugin->dependencies = [
'local_onenote' => 2015012702
];
8 changes: 4 additions & 4 deletions local/microsoftservices/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@

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

$plugin->version = 2015012702;
$plugin->version = 2015012703;
$plugin->requires = 2014111000;
$plugin->component = 'local_microsoftservices';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.2';
$plugin->release = '28.0.0.3';
$plugin->dependencies = [
'block_onenote' => 2015012701,
'block_onenote' => 2015012702,
'local_msaccount' => 2015012701,
'local_onenote' => 2015012702,
'assignfeedback_onenote' => 2015012702,
'assignfeedback_onenote' => 2015012703,
'assignsubmission_onenote' => 2015012702,
'repository_onenote' => 2015012701,
'filter_oembed' => 2015012701,
Expand Down
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 = 2015012715;
$plugin->version = 2015012716;
$plugin->requires = 2014111000;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.8';
$plugin->release = '28.0.0.9';
$plugin->dependencies = [
'auth_oidc' => 2015012709
'auth_oidc' => 2015012711
];
14 changes: 7 additions & 7 deletions local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@

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

$plugin->version = 2015012705;
$plugin->version = 2015012706;
$plugin->requires = 2014111000;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.5';
$plugin->release = '28.0.0.6';
$plugin->dependencies = [
'auth_oidc' => 2015012709,
'block_onenote' => 2015012701,
'local_o365' => 2015012714,
'auth_oidc' => 2015012711,
'block_onenote' => 2015012702,
'local_o365' => 2015012716,
'local_onenote' => 2015012702,
'assignfeedback_onenote' => 2015012702,
'assignfeedback_onenote' => 2015012703,
'assignsubmission_onenote' => 2015012702,
'repository_onenote' => 2015012701,
'repository_office365' => 2015012703,
'repository_office365' => 2015012704,
'profilefield_o365' => 2015012702,
'profilefield_oidc' => 2015012702,
'filter_oembed' => 2015012701,
Expand Down
4 changes: 2 additions & 2 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 = 2015012702;
$plugin->version = 2015012703;
$plugin->requires = 2014111000;
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.2';
$plugin->release = '28.0.0.3';
$plugin->dependencies = [
'local_onenote' => 2015012702
];
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 = 2015012703;
$plugin->version = 2015012704;
$plugin->requires = 2014111000;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.3';
$plugin->release = '28.0.0.4';
$plugin->dependencies = [
'local_o365' => 2015012710,
'auth_oidc' => 2015012707
'local_o365' => 2015012716,
'auth_oidc' => 2015012711
];

0 comments on commit 03b0375

Please sign in to comment.