Skip to content

Commit

Permalink
update for Moodle 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rroepke committed Jan 2, 2023
1 parent f23065d commit 8565a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Expand Up @@ -25,10 +25,10 @@

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

$plugin->version = 2021081800;
$plugin->version = 2023010200;
$plugin->requires = 2016052300; // Could be set to Moodle 3.1 2016052300; Best use Moodle 3.2 (2016120500) due to new bootstrap 4.
$plugin->cron = 0;
$plugin->component = 'mod_groupformation';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v1.8.0'; // We do not use the Moodle versions as prefix; we use semantic versioning (http://semver.org/).
$plugin->release = 'v1.9.0'; // We do not use the Moodle versions as prefix; we use semantic versioning (http://semver.org/).
$plugin->dependencies = array();

0 comments on commit 8565a45

Please sign in to comment.