Skip to content

Commit 455854f

Browse files
committed
Bump version number for releasing a new version (3.3.0)
1 parent 0f6bf09 commit 455854f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929

3030
defined('MOODLE_INTERNAL') || die();
3131

32-
$plugin->version = 2019122000; // Plugin version.
33-
$plugin->requires = 2017111300; // require Moodle version (3.4).
32+
$plugin->version = 2019121900; // Plugin version.
33+
$plugin->requires = 2015111600; // require Moodle version (3.0).
3434
$plugin->maturity = MATURITY_STABLE;
35-
$plugin->release = '3.8.0';
35+
$plugin->release = '3.3.0';
3636
$plugin->component = 'block_configurable_reports'; // Full name of the plugin (used for diagnostics)
3737
$plugin->cron = 86400; // = Once in 24h, Set min time between cron executions.
3838
// Should probably be at night to off load CPU load.

0 commit comments

Comments
 (0)