Skip to content

Commit

Permalink
Update version files - Initial 2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Jan 27, 2015
1 parent 779be67 commit 4e12393
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 42 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 = 2015011602;
$plugin->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'auth_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
6 changes: 3 additions & 3 deletions blocks/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

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

$plugin->version = 2015011602;
$plugin->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'block_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
$plugin->dependencies = array('local_onenote' => 2015011600);
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 = 2015011602;
$plugin->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'filter_oembed';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
6 changes: 3 additions & 3 deletions local/microsoftservices/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->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'local_microsoftservices';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
$plugin->dependencies = [
'block_onenote' => 2015011600,
'local_msaccount' => 2015011600,
Expand Down
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 = 2015011602;
$plugin->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'local_msaccount';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
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 = 2015011602;
$plugin->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'local_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
$plugin->dependencies = [
'auth_oidc' => 2015011600
];
6 changes: 3 additions & 3 deletions local/office365/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->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'local_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
$plugin->dependencies = [
'auth_oidc' => 2015011600,
'local_o365' => 2015011600,
Expand Down
6 changes: 3 additions & 3 deletions local/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

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

$plugin->version = 2015011602;
$plugin->requires = 2014051200; // Requires this Moodle version.
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'local_onenote'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
$plugin->dependencies = array('local_msaccount' => 2015011600);
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,9 +24,9 @@

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

$plugin->version = 2015011602;
$plugin->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'assignfeedback_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
$plugin->dependencies = array('local_onenote' => 2015011600);
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,9 +24,9 @@

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

$plugin->version = 2015011602;
$plugin->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'assignsubmission_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
$plugin->dependencies = array('local_onenote' => 2015011600);
6 changes: 3 additions & 3 deletions repository/office365/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->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'repository_office365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
$plugin->dependencies = [
'local_o365' => 2015011600,
'auth_oidc' => 2015011600
Expand Down
6 changes: 3 additions & 3 deletions repository/onenote/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

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

$plugin->version = 2015011602;
$plugin->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'repository_onenote';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
$plugin->dependencies = array('local_onenote' => 2015011600);
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->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'profilefield_o365';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
$plugin->dependencies = [
'local_o365' => 2015011600
];
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->requires = 2014051200;
$plugin->version = 2015012700;
$plugin->requires = 2014111000;
$plugin->component = 'profilefield_oidc';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '27.0.0.1';
$plugin->release = '28.0.0.0';
$plugin->dependencies = [
'auth_oidc' => 2015011600
];

0 comments on commit 4e12393

Please sign in to comment.