Skip to content

Commit 4fd352d

Browse files
committed
change version.php, run new workflow file the first time
1 parent cf861b6 commit 4fd352d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

version.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@
2626

2727
defined('MOODLE_INTERNAL') || die();
2828

29-
$plugin->version = 2025080100;
29+
$plugin->version = 2025111200;
3030
$plugin->requires = 2022112819; // Require Moodle 4.1.
31-
$plugin->supported = [401, 500];
31+
$plugin->supported = [405, 501];
3232
$plugin->component = 'mod_moodleoverflow';
33-
$plugin->maturity = MATURITY_STABLE;
34-
$plugin->release = 'v5.0-r1';
35-
$plugin->dependencies = [];
33+
$plugin->maturity = MATURITY_ALPHA;
34+
$plugin->release = 'v5.1-r1';

0 commit comments

Comments
 (0)