Skip to content

Commit 52fd70a

Browse files
committed
Bump version
1 parent 8c0813c commit 52fd70a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_kanban';
28-
$plugin->release = '0.2.5';
29-
$plugin->version = 2024030701;
28+
$plugin->release = '0.2.6';
29+
$plugin->version = 2024121601;
3030
$plugin->requires = 2022112800;
31-
$plugin->supported = [401, 404];
32-
$plugin->maturity = MATURITY_BETA;
31+
$plugin->supported = [401, 405];
32+
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)