Merge branch 'master' of https://github.com/MSOpenTech/o365-moodle
Conflicts: local/onenote/onenote_api.php local/onenote/version.php
This commit is contained in:
Коммит
6724ab17c3
|
@ -22,6 +22,9 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2014103001; // The current plugin version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2014050800; // Requires this Moodle version.
|
||||
$plugin->component = 'repository_onenote'; // Full name of the plugin (used for diagnostics).
|
||||
$plugin->version = 2014103001;
|
||||
$plugin->requires = 2014051200;
|
||||
$plugin->component = 'repository_onenote';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->release = '1.0.0.0';
|
||||
$plugin->dependencies = array('local_onenote' => 2014110503);
|
||||
|
|
Загрузка…
Ссылка в новой задаче