We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab25f0a commit f343c8cCopy full SHA for f343c8c
version.php
@@ -24,11 +24,11 @@
24
25
defined('MOODLE_INTERNAL') || die;
26
27
-$plugin->version = 2012113000;
28
-$plugin->requires = 2013070400; // Moodle 2.6dev (Build 20130704) and upwards.
+$plugin->version = 2022093000;
+$plugin->requires = 2019111800; // Moodle 3.8.0 (Build 20191118) and upwards.
29
$plugin->dependencies = array( // Also requires these plugins to be installed.
30
'local_moodlecheck' => '2012011000',
31
);
32
$plugin->component = 'local_ci';
33
-$plugin->release = '0.9.1';
+$plugin->release = '0.9.2';
34
$plugin->maturity = MATURITY_BETA;
0 commit comments