2018-11-24 12:34:30 +01:00
|
|
|
<?php
|
2022-06-26 20:05:36 +02:00
|
|
|
$plugin->component = 'block_mytreestudyplan'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494)
|
|
|
|
$plugin->version = 2022061600; // YYYYMMDDHH (year, month, day, iteration)
|
|
|
|
$plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11)
|
|
|
|
|
|
|
|
$plugin->dependencies = [
|
|
|
|
'local_treestudyplan' => 2022061100,
|
|
|
|
];
|