diff --git a/version.php b/version.php index 5f1e3a5..0401ce7 100644 --- a/version.php +++ b/version.php @@ -1,8 +1,8 @@ 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, ]; \ No newline at end of file