Browse Source

CONTRIB-6923 block_completion_progress Fix non-compliant tests

master 2017090500
Michael de Raadt 8 years ago
parent
commit
08a82cbbf4
  1. 2
      version.php

2
version.php

@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die;
$plugin->version = 2017090100;
$plugin->version = 2017090500;
$plugin->requires = 2014111100; // Moodle 2.8.
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'Version for Moodle 2.8 onwards';

Loading…
Cancel
Save