Skip to content

Commit 1bcbafe

Browse files
committed
v5.0.0
1 parent f67a5d7 commit 1bcbafe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525

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

28-
$plugin->version = 2025092601; // The current plugin version (Date: YYYYMMDDXX).
28+
$plugin->version = 2025092602; // The current plugin version (Date: YYYYMMDDXX).
2929
$plugin->requires = 2025041400; // Requires this Moodle version.
3030
$plugin->component = 'format_multitopic'; // Full name of the plugin (used for diagnostics). // CHANGED: format name.
31-
$plugin->maturity = MATURITY_RC;
32-
$plugin->release = 'v5.0.0-rc2';
31+
$plugin->maturity = MATURITY_STABLE;
32+
$plugin->release = 'v5.0.0';
3333
$plugin->dependencies = ['format_topics' => 2025041400];

0 commit comments

Comments
 (0)