Skip to content

Commit

Permalink
Update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Mar 10, 2015
1 parent 1583361 commit c1e834a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion auth/oidc/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
$plugin->requires = 2014051200;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.2';
$plugin->release = '27.0.0.3';
4 changes: 2 additions & 2 deletions local/o365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$plugin->requires = 2014051200;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.3';
$plugin->release = '27.0.0.4';
$plugin->dependencies = [
'auth_oidc' => 2015011600
'auth_oidc' => 2015011608
];
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 = 2015011603;
$plugin->version = 2015011604;
$plugin->requires = 2014051200;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.2';
$plugin->release = '27.0.0.3';
$plugin->dependencies = [
'auth_oidc' => 2015011600,
'local_o365' => 2015011603,
'auth_oidc' => 2015011608,
'local_o365' => 2015011606,
'repository_office365' => 2015011603,
'profilefield_o365' => 2015011600,
'profilefield_oidc' => 2015011600,
'profilefield_o365' => 2015011603,
'profilefield_oidc' => 2015011603,
'filter_oembed' => 2015011603,
];
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 = 2015011602;
$plugin->version = 2015011603;
$plugin->requires = 2014051200;
$plugin->component = 'profilefield_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '27.0.0.2';
$plugin->dependencies = [
'local_o365' => 2015011600
'local_o365' => 2015011606
];
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 = 2015011602;
$plugin->version = 2015011603;
$plugin->requires = 2014051200;
$plugin->component = 'profilefield_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '27.0.0.2';
$plugin->dependencies = [
'auth_oidc' => 2015011600
'auth_oidc' => 2015011608
];

0 comments on commit c1e834a

Please sign in to comment.