Skip to content

Commit 7dcc276

Browse files
Forked to new 5.1 branch
1 parent a8ee9d6 commit 7dcc276

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

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

27-
$plugin->version = 2024093000;
28-
$plugin->release = "2024093000";
29-
$plugin->requires = 2024092700; // Requires 4.5.
27+
$plugin->version = 2025122400;
28+
$plugin->release = 2025122400;
29+
$plugin->requires = 2025100600; // Requires 5.1.
3030
$plugin->component = 'tool_forcedcache'; // Full name of the plugin (used for diagnostics).
3131
$plugin->maturity = MATURITY_STABLE;
32-
$plugin->supported = [405, 405];
32+
$plugin->supported = [501, 501];

0 commit comments

Comments
 (0)