Skip to content

Commit acba9f2

Browse files
committed
Update version.php
1 parent c3dcaa1 commit acba9f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/version.php

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

26-
$plugin->version = 2024072500; // The current module version (Date: YYYYMMDDXX)
27-
$plugin->release = 'v1.18.11-stable';
28-
$plugin->supported = [39, 405]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
29-
$plugin->requires = 2020061500.00; // Moodle 3.9.0
26+
$plugin->version = 2025013000; // The current module version (Date: YYYYMMDDXX)
27+
$plugin->release = 'v2.0.0-stable';
28+
$plugin->supported = [405, 405]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported.
29+
$plugin->requires = 2024071200.00; // Moodle 4.5.0
3030
$plugin->component = 'local_recitdashboard'; // Full name of the plugin (used for diagnostics)
3131
$plugin->maturity = MATURITY_STABLE; // MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC or MATURITY_STABLE

0 commit comments

Comments
 (0)