version bump
This commit is contained in:
parent
17ae050066
commit
8d17474df0
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
$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->version = 2022090800; // YYYYMMDDHH (year, month, day, iteration)
|
||||
$plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11)
|
||||
|
||||
$plugin->dependencies = [
|
||||
'local_treestudyplan' => 2022061100,
|
||||
'local_treestudyplan' => 2022090800,
|
||||
];
|
Loading…
Reference in New Issue
Block a user