Skip to content

Commit

Permalink
MSFTMPP-679: Update version files (v20180625_m35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Jun 26, 2018
1 parent 0247d53 commit a03afb5
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions auth/oidc/version.php
Expand Up @@ -23,8 +23,8 @@

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

$plugin->version = 2017111301;
$plugin->requires = 2017111300;
$plugin->version = 2018051700;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.1';
8 changes: 4 additions & 4 deletions blocks/microsoft/version.php
Expand Up @@ -23,11 +23,11 @@

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

$plugin->version = 2017111301;
$plugin->requires = 2017111300;
$plugin->version = 2018051700;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.1';
$plugin->dependencies = [
'local_o365' => 2017111302,
'local_o365' => 2018051700,
];
6 changes: 3 additions & 3 deletions blocks/skypeweb/version.php
Expand Up @@ -23,8 +23,8 @@

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

$plugin->version = 2017111301;
$plugin->requires = 2017111300;
$plugin->version = 2018051700;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->component = 'block_skypeweb';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.1';
8 changes: 4 additions & 4 deletions local/o365/version.php
Expand Up @@ -23,11 +23,11 @@

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

$plugin->version = 2017111302;
$plugin->requires = 2017111300;
$plugin->version = 2018051700;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.2';
$plugin->dependencies = [
'auth_oidc' => 2017111301,
'auth_oidc' => 2018051700,
];
14 changes: 7 additions & 7 deletions local/office365/version.php
Expand Up @@ -23,15 +23,15 @@

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

$plugin->version = 2017111300;
$plugin->requires = 2017111300;
$plugin->version = 2018051700;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.0';
$plugin->dependencies = [
'auth_oidc' => 2017111300,
'block_microsoft' => 2017111300,
'local_o365' => 2017111300,
'repository_office365' => 2017111300,
'auth_oidc' => 2018051700,
'block_microsoft' => 2018051700,
'local_o365' => 2018051700,
'repository_office365' => 2018051700,
'filter_oembed' => 2016062001,
];
6 changes: 3 additions & 3 deletions local/onenote/version.php
Expand Up @@ -24,8 +24,8 @@

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

$plugin->version = 2017111301;
$plugin->requires = 2017111300;
$plugin->version = 2018051700;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.1';
8 changes: 4 additions & 4 deletions mod/assign/feedback/onenote/version.php
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2017111300;
$plugin->requires = 2017111300;
$plugin->version = 2018051700;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.0';
$plugin->dependencies = [
'local_onenote' => 2017111300,
'local_onenote' => 2018051700,
];
8 changes: 4 additions & 4 deletions mod/assign/submission/onenote/version.php
Expand Up @@ -24,11 +24,11 @@

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

$plugin->version = 2017111302;
$plugin->requires = 2017111300;
$plugin->version = 2018051700;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.2';
$plugin->dependencies = [
'local_onenote' => 2017111301,
'local_onenote' => 2018051700,
];
8 changes: 4 additions & 4 deletions repository/office365/version.php
Expand Up @@ -23,11 +23,11 @@

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

$plugin->version = 2017111301;
$plugin->requires = 2017111300;
$plugin->version = 2018051700;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.4.0.1';
$plugin->dependencies = [
'local_o365' => 2017111301,
'local_o365' => 2018051700,
];

0 comments on commit a03afb5

Please sign in to comment.