Skip to content

Commit

Permalink
MSFTMPP-746: Update version files (v20190416_m35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Apr 16, 2019
1 parent 1717020 commit 4d1ffe5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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 = 2018051703;
$plugin->version = 2018051704;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.2';
$plugin->release = '3.5.0.3';
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
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 = 2018051706;
$plugin->version = 2018051707;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.2';
$plugin->release = '3.5.0.3';
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'auth_oidc' => 2018051703,
'auth_oidc' => 2018051704,
];
4 changes: 2 additions & 2 deletions local/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

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

$plugin->version = 2018051700;
$plugin->version = 2018051701;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->release = '3.5.0.1';
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
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 = 2018051700;
$plugin->version = 2018051701;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->release = '3.5.0.1';
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_onenote' => 2018051700,
'local_onenote' => 2018051701,
];
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 = 2018051700;
$plugin->version = 2018051701;
$plugin->requires = 2018051700;
$plugin->release = '3.5.0.0';
$plugin->release = '3.5.0.1';
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'local_onenote' => 2018051700,
'local_onenote' => 2018051701,
];

0 comments on commit 4d1ffe5

Please sign in to comment.