We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4174e commit ad22b2aCopy full SHA for ad22b2a
version.php
@@ -26,10 +26,10 @@
26
defined('MOODLE_INTERNAL') || die();
27
28
$plugin->component = 'local_ai_injection';
29
-$plugin->version = 2026013000;
+$plugin->version = 2026031700;
30
$plugin->requires = 2025041400; // Moodle 5.0+.
31
$plugin->maturity = MATURITY_BETA;
32
-$plugin->release = '0.1';
+$plugin->release = '0.2';
33
$plugin->dependencies = [
34
'local_ai_manager' => 2025082900,
35
];
0 commit comments