moodle-block_mytreestudyplan/version.php

8 lines
369 B
PHP
Raw Normal View History

<?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)
2022-09-08 14:40:51 +02:00
$plugin->version = 2022090800; // YYYYMMDDHH (year, month, day, iteration)
2022-06-26 20:05:36 +02:00
$plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11)
$plugin->dependencies = [
2022-09-08 14:40:51 +02:00
'local_treestudyplan' => 2022090800,
2022-06-26 20:05:36 +02:00
];