Skip to content

Commit

Permalink
MSFTMPP-164: Update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed May 5, 2015
1 parent 0b8a3f6 commit 4f87638
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 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 = 2015012707;
$plugin->version = 2015012708;
$plugin->requires = 2014111000;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.5';
$plugin->release = '28.0.0.6';
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 = 2015012710;
$plugin->version = 2015012711;
$plugin->requires = 2014111000;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.6';
$plugin->release = '28.0.0.7';
$plugin->dependencies = [
'auth_oidc' => 2015012707
'auth_oidc' => 2015012708
];
12 changes: 6 additions & 6 deletions local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@

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

$plugin->version = 2015012703;
$plugin->version = 2015012704;
$plugin->requires = 2014111000;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.3';
$plugin->release = '28.0.0.4';
$plugin->dependencies = [
'auth_oidc' => 2015012707,
'local_o365' => 2015012710,
'auth_oidc' => 2015012708,
'local_o365' => 2015012711,
'repository_office365' => 2015012703,
'profilefield_o365' => 2015012701,
'profilefield_oidc' => 2015012701,
'profilefield_o365' => 2015012702,
'profilefield_oidc' => 2015012702,
'filter_oembed' => 2015012701,
];
6 changes: 3 additions & 3 deletions user/profile/field/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 = 2015012701;
$plugin->version = 2015012702;
$plugin->requires = 2014111000;
$plugin->component = 'profilefield_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.1';
$plugin->release = '28.0.0.2';
$plugin->dependencies = [
'local_o365' => 2015012704
'local_o365' => 2015012711
];
6 changes: 3 additions & 3 deletions user/profile/field/oidc/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 = 'profilefield_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.1';
$plugin->release = '28.0.0.2';
$plugin->dependencies = [
'auth_oidc' => 2015012704
'auth_oidc' => 2015012708
];

0 comments on commit 4f87638

Please sign in to comment.