Skip to content

Commit 7b16955

Browse files
committed
Adjust supported Moodle versions in version.php
1 parent 626d836 commit 7b16955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
$plugin->component = 'mod_collaborativefolders';
2828
$plugin->version = 2025030600;
2929
$plugin->release = 'v5.0.0-dev';
30-
$plugin->supported = [500, 500];
30+
$plugin->supported = [500, 501];
3131
$plugin->requires = 2025041400; // Requires Moodle 5.0+.
3232
$plugin->maturity = MATURITY_ALPHA;

0 commit comments

Comments
 (0)