2023-05-17 21:19:14 +02:00
|
|
|
<?php
|
|
|
|
$plugin->component = 'local_treestudyplan'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494)
|
2023-08-22 16:47:37 +02:00
|
|
|
$plugin->version = 2023082101; // YYYYMMDDHH (year, month, day, iteration)
|
2023-05-17 21:19:14 +02:00
|
|
|
$plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11)
|
|
|
|
|
|
|
|
$plugin->dependencies = [
|
|
|
|
'theme_boost' => 2019052000,
|
|
|
|
];
|