Skip to content

Commit d86dfc2

Browse files
committed
Update version.php
1 parent 25713ae commit d86dfc2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/version.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
*/
2424
defined('MOODLE_INTERNAL') || die();
2525

26-
$plugin->version = 2022020905; // The current module version (Date: YYYYMMDDXX)
27-
$plugin->release = 'v1.16.1';
26+
$plugin->version = 2022100100; // The current module version (Date: YYYYMMDDXX)
27+
$plugin->release = 'v1.16.1-beta';
28+
$plugin->supported = [39, 311]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
2829
$plugin->requires = 2020061500.00; // Moodle 3.9.0
2930
$plugin->component = 'local_recitdashboard'; // Full name of the plugin (used for diagnostics)
3031
$plugin->maturity = MATURITY_BETA; // MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC or MATURITY_STABLE

0 commit comments

Comments
 (0)