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 f35f57c commit 838bdd8Copy full SHA for 838bdd8
version.php
@@ -26,6 +26,7 @@
26
27
$plugin->component = 'mod_collaborativefolders';
28
$plugin->version = 2025030600;
29
-$plugin->release = 'v4.5-r1';
30
-$plugin->requires = 2024100700; // Requires Moodle 4.5+.
31
-$plugin->maturity = MATURITY_STABLE;
+$plugin->release = 'v5.0.0-dev';
+$plugin->supported = [500, 500];
+$plugin->requires = 2025041400; // Requires Moodle 5.0+.
32
+$plugin->maturity = MATURITY_ALPHA;
0 commit comments