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 0f6bf09 commit 455854fCopy full SHA for 455854f
version.php
@@ -29,10 +29,10 @@
29
30
defined('MOODLE_INTERNAL') || die();
31
32
-$plugin->version = 2019122000; // Plugin version.
33
-$plugin->requires = 2017111300; // require Moodle version (3.4).
+$plugin->version = 2019121900; // Plugin version.
+$plugin->requires = 2015111600; // require Moodle version (3.0).
34
$plugin->maturity = MATURITY_STABLE;
35
-$plugin->release = '3.8.0';
+$plugin->release = '3.3.0';
36
$plugin->component = 'block_configurable_reports'; // Full name of the plugin (used for diagnostics)
37
$plugin->cron = 86400; // = Once in 24h, Set min time between cron executions.
38
// Should probably be at night to off load CPU load.
0 commit comments