Skip to content

Commit fa2454e

Browse files
Updated support and mark as incompatible with 5.1
1 parent a8ee9d6 commit fa2454e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@ This has the advantage of making caching code-configurable before deployment, an
1717

1818
## Moodle supported branches
1919

20-
| Version | Branch | PHP |
21-
|-------------------|------------------|------|
22-
| Moodle 4.5+ | MOODLE_405_STABLE | 7.3+ |
20+
| Version | Branch | PHP |
21+
|-------------------|-------------------|------|
22+
| Moodle 5.1+ | MOODLE_501_STABLE | 8.2+ |
23+
| Moodle 4.5-5.0 | MOODLE_405_STABLE | 7.3+ |
2324
| Moodle 4.0-4.4 | MOODLE_40_STABLE | 7.3+ |
2425

2526
## Totara supported branches
2627
| Version | Branch | PHP |
27-
|-------------------|------------------|------|
28-
| Totara 19+ | TOTARA_19 | 8.1+ |
29-
| Totara 18 | MOODLE_40_STABLE | 7.3+ |
28+
|------------|------------------|------|
29+
| Totara 19+ | TOTARA_19 | 8.1+ |
30+
| Totara 18 | MOODLE_40_STABLE | 7.3+ |
3031

3132

3233
## Installation

version.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
$plugin->requires = 2024092700; // Requires 4.5.
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 = [405, 405];
33+
$plugin->incompatible = 501;

0 commit comments

Comments
 (0)