update plugin versions for 3.10.1 release
This commit is contained in:
Родитель
be727286d3
Коммит
91b0714ef5
|
@ -23,11 +23,11 @@
|
||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2020110900;
|
$plugin->version = 2020110901;
|
||||||
$plugin->requires = 2020110900;
|
$plugin->requires = 2020110900;
|
||||||
$plugin->release = '3.10.0';
|
$plugin->release = '3.10.1';
|
||||||
$plugin->component = 'block_microsoft';
|
$plugin->component = 'block_microsoft';
|
||||||
$plugin->maturity = MATURITY_STABLE;
|
$plugin->maturity = MATURITY_STABLE;
|
||||||
$plugin->dependencies = [
|
$plugin->dependencies = [
|
||||||
'local_o365' => 2020110900,
|
'local_o365' => 2020110901,
|
||||||
];
|
];
|
||||||
|
|
Загрузка…
Ссылка в новой задаче