Skip to content

Commit

Permalink
MSFTMPP-167: Update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Jun 2, 2015
1 parent d7729f6 commit 15ad330
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 69 deletions.
6 changes: 3 additions & 3 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 = 2015012711;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.8';
$plugin->release = '29.0.0.0';
8 changes: 4 additions & 4 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 = 2015012702;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'block_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.2';
$plugin->release = '29.0.0.0';
$plugin->dependencies = [
'local_onenote' => 2015012702
'local_onenote' => 2015060100
];
6 changes: 3 additions & 3 deletions filter/oembed/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

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

$plugin->version = 2015012701;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'filter_oembed';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.1';
$plugin->release = '29.0.0.0';
20 changes: 10 additions & 10 deletions local/microsoftservices/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@

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

$plugin->version = 2015012703;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'local_microsoftservices';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.3';
$plugin->release = '29.0.0.0';
$plugin->dependencies = [
'block_onenote' => 2015012702,
'local_msaccount' => 2015012701,
'local_onenote' => 2015012702,
'assignfeedback_onenote' => 2015012703,
'assignsubmission_onenote' => 2015012702,
'repository_onenote' => 2015012701,
'filter_oembed' => 2015012701,
'block_onenote' => 2015060100,
'local_msaccount' => 2015060100,
'local_onenote' => 2015060100,
'assignfeedback_onenote' => 2015060100,
'assignsubmission_onenote' => 2015060100,
'repository_onenote' => 2015060100,
'filter_oembed' => 2015060100,
];
6 changes: 3 additions & 3 deletions local/msaccount/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

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

$plugin->version = 2015012701;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'local_msaccount';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.1';
$plugin->release = '29.0.0.0';
8 changes: 4 additions & 4 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 = 2015012716;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.9';
$plugin->release = '29.0.0.0';
$plugin->dependencies = [
'auth_oidc' => 2015012711
'auth_oidc' => 2015060100
];
28 changes: 14 additions & 14 deletions local/office365/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@

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

$plugin->version = 2015012706;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.6';
$plugin->release = '29.0.0.0';
$plugin->dependencies = [
'auth_oidc' => 2015012711,
'block_onenote' => 2015012702,
'local_o365' => 2015012716,
'local_onenote' => 2015012702,
'assignfeedback_onenote' => 2015012703,
'assignsubmission_onenote' => 2015012702,
'repository_onenote' => 2015012701,
'repository_office365' => 2015012704,
'profilefield_o365' => 2015012702,
'profilefield_oidc' => 2015012702,
'filter_oembed' => 2015012701,
'auth_oidc' => 2015060100,
'block_onenote' => 2015060100,
'local_o365' => 2015060100,
'local_onenote' => 2015060100,
'assignfeedback_onenote' => 2015060100,
'assignsubmission_onenote' => 2015060100,
'repository_onenote' => 2015060100,
'repository_office365' => 2015060100,
'profilefield_o365' => 2015060100,
'profilefield_oidc' => 2015060100,
'filter_oembed' => 2015060100,
];
6 changes: 3 additions & 3 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 = 2015012702;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'local_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.2';
$plugin->release = '29.0.0.0';
8 changes: 4 additions & 4 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 = 2015012703;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.3';
$plugin->release = '29.0.0.0';
$plugin->dependencies = [
'local_onenote' => 2015012702
'local_onenote' => 2015060100
];
8 changes: 4 additions & 4 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 = 2015012702;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.2';
$plugin->release = '29.0.0.0';
$plugin->dependencies = [
'local_onenote' => 2015012702
'local_onenote' => 2015060100
];
10 changes: 5 additions & 5 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 = 2015012704;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.4';
$plugin->release = '29.0.0.0';
$plugin->dependencies = [
'local_o365' => 2015012716,
'auth_oidc' => 2015012711
'local_o365' => 2015060100,
'auth_oidc' => 2015060100
];
8 changes: 4 additions & 4 deletions repository/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 = 2015012701;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'repository_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.1';
$plugin->release = '29.0.0.0';
$plugin->dependencies = [
'local_onenote' => 2015012702
'local_onenote' => 2015060100
];
8 changes: 4 additions & 4 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 = 2015012702;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'profilefield_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.2';
$plugin->release = '29.0.0.0';
$plugin->dependencies = [
'local_o365' => 2015012711
'local_o365' => 2015060100
];
8 changes: 4 additions & 4 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 = 2015012702;
$plugin->requires = 2014111000;
$plugin->version = 2015060100;
$plugin->requires = 2015051100;
$plugin->component = 'profilefield_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '28.0.0.2';
$plugin->release = '29.0.0.0';
$plugin->dependencies = [
'auth_oidc' => 2015012708
'auth_oidc' => 2015060100
];

0 comments on commit 15ad330

Please sign in to comment.