Update plugin versions for 4.3.1 release
This commit is contained in:
Родитель
50665f4c11
Коммит
4f86fd8275
|
@ -24,11 +24,11 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2023100900;
|
||||
$plugin->version = 2023100910;
|
||||
$plugin->requires = 2023100900;
|
||||
$plugin->release = '4.3.0';
|
||||
$plugin->release = '4.3.1';
|
||||
$plugin->component = 'theme_boost_o365teams';
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->dependencies = [
|
||||
'local_o365' => 2023100900,
|
||||
'local_o365' => 2023100910,
|
||||
];
|
||||
|
|
Загрузка…
Ссылка в новой задаче