8 lines
369 B
PHP
8 lines
369 B
PHP
<?php
|
|
$plugin->component = 'block_mytreestudyplan'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494)
|
|
$plugin->version = 2023081600; // YYYYMMDDHH (year, month, day, iteration)
|
|
$plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11)
|
|
|
|
$plugin->dependencies = [
|
|
'local_treestudyplan' => 2022090800,
|
|
]; |