Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaHerrmann authored Apr 30, 2024
1 parent 354e16c commit 78cbeb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
defined('MOODLE_INTERNAL') || die();


$plugin->version = 2022042100; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2020061500; // Requires this Moodle version.
$plugin->version = 2024042900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2022112800; // Requires 4.1+ Moodle version.
$plugin->component = 'block_groups'; // Full name of the plugin (used for diagnostics).
$plugin->release = 'v4.0-r1';
$plugin->release = 'v4.4-r1';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 78cbeb5

Please sign in to comment.