Skip to content

Commit

Permalink
version v1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonert committed Oct 6, 2017
1 parent 3aade06 commit cfdf2ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Expand Up @@ -23,10 +23,10 @@
*/

defined('MOODLE_INTERNAL') || die();
$plugin->version = 2017081503;
$plugin->requires = 2016052300; // Could be set to Moodle 3.1 2016052300; Best use Moodle 3.2 (2016120500) due to new bootstrap 4.
$plugin->version = 2017100618;
$plugin->requires = 2016120500; // 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.4'; // We do not use the Moodle versions as prefix; we use semantic versioning (http://semver.org/).
$plugin->release = 'v1.5'; // We do not use the Moodle versions as prefix; we use semantic versioning (http://semver.org/).
$plugin->dependencies = array();

0 comments on commit cfdf2ac

Please sign in to comment.