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 07b173a commit a5d2547Copy full SHA for a5d2547
version.php
@@ -24,9 +24,9 @@
24
25
defined('MOODLE_INTERNAL') || die();
26
27
-$plugin->version = 2023100901;
28
-$plugin->requires = 2023100900;
+$plugin->version = 2024100700;
+$plugin->requires = 2024100700;
29
$plugin->cron = 3600;
30
$plugin->component = 'block_grade_me';
31
$plugin->maturity = MATURITY_STABLE;
32
-$plugin->release = '4.3.0.1';
+$plugin->release = '4.5.0.0';
0 commit comments