Skip to content

Commit 838bdd8

Browse files
committed
Reset version.php to development for next release
1 parent f35f57c commit 838bdd8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

version.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
$plugin->component = 'mod_collaborativefolders';
2828
$plugin->version = 2025030600;
29-
$plugin->release = 'v4.5-r1';
30-
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
31-
$plugin->maturity = MATURITY_STABLE;
29+
$plugin->release = 'v5.0.0-dev';
30+
$plugin->supported = [500, 500];
31+
$plugin->requires = 2025041400; // Requires Moodle 5.0+.
32+
$plugin->maturity = MATURITY_ALPHA;

0 commit comments

Comments
 (0)