Update plugin versions for 3.9.8 release
This commit is contained in:
Родитель
30046ed9aa
Коммит
794ff265d7
|
@ -24,11 +24,11 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2020071535;
|
||||
$plugin->version = 2020071540;
|
||||
$plugin->requires = 2020061500;
|
||||
$plugin->release = '3.9.7';
|
||||
$plugin->release = '3.9.8';
|
||||
$plugin->component = 'assignsubmission_onenote';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->dependencies = [
|
||||
'local_onenote' => 2020071535,
|
||||
'local_onenote' => 2020071540,
|
||||
];
|
||||
|
|
Загрузка…
Ссылка в новой задаче