Skip to content

Commit

Permalink
Bump version and set requirements for 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Sep 30, 2024
1 parent ed09041 commit 32bae5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

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

$plugin->version = 2020120301;
$plugin->release = "2020120301 for Moodle 4.0+";
$plugin->requires = 2017051500;
$plugin->version = 2024093000;
$plugin->release = "2024093000";
$plugin->requires = 2024092700; // Requires 4.5.
$plugin->component = 'tool_forcedcache'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_ALPHA;
$plugin->supported = [400, 402];
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [405, 405];

0 comments on commit 32bae5f

Please sign in to comment.