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 e8572f2 commit 241946bCopy full SHA for 241946b
version.php
@@ -29,10 +29,10 @@
29
30
defined('MOODLE_INTERNAL') || die();
31
32
-$plugin->version = 2016020101; // Plugin version.
+$plugin->version = 2016020102; // Plugin version.
33
$plugin->requires = 2015111600; // require Moodle version (3.0).
34
$plugin->maturity = MATURITY_STABLE;
35
-$plugin->release = '3.0.1';
+$plugin->release = '3.1.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