update version number for 3.8.0.3 release
This commit is contained in:
Родитель
b49f6826b6
Коммит
05c642eea8
|
@ -24,11 +24,11 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2020020300;
|
||||
$plugin->version = 2020020303;
|
||||
$plugin->requires = 2019111800;
|
||||
$plugin->release = '3.8.0.0';
|
||||
$plugin->release = '3.8.0.3';
|
||||
$plugin->component = 'theme_boost_o365teams';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->dependencies = [
|
||||
'local_o365' => 2020020300,
|
||||
'local_o365' => 2020020303,
|
||||
];
|
||||
|
|
Загрузка…
Ссылка в новой задаче