MDL-69863 tool_brickfield: Final version adjustments to current

In master, fixed to 2021052500
This commit is contained in:
Eloy Lafuente (stronk7)
2021-05-04 19:50:24 +02:00
parent be4fbf062c
commit 7ae6e5da34
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,5 +25,5 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'tool_brickfield';
$plugin->version = 2020101919;
$plugin->version = 2021052500;
$plugin->requires = 2021042000;
+1 -1
View File
@@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'block_accessreview';
$plugin->version = 2020101905;
$plugin->version = 2021052500;
$plugin->requires = 2021042000;
$plugin->dependencies = array(
'tool_brickfield' => ANY_VERSION,