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 b2a06d7 commit c000c78Copy full SHA for c000c78
version.php
@@ -30,10 +30,10 @@
30
31
defined('MOODLE_INTERNAL') || die();
32
33
-$plugin->version = 2011040121; // Plugin version.
+$plugin->version = 2011040122; // Plugin version.
34
$plugin->requires = 2011120500; // require Moodle version (2.2).
35
$plugin->maturity = MATURITY_STABLE;
36
-$plugin->release = '2.3.9';
+$plugin->release = '2.3.10';
37
$plugin->component = 'block_configurable_reports'; // Full name of the plugin (used for diagnostics)
38
$plugin->cron = 86400; // = Once in 24h, Set min time between cron executions.
39
// Should probably be at night to off load CPU load.
0 commit comments