Browse Source

Stable version

MOODLE_20_STABLE
Vasilis Daloukas 8 years ago
parent
commit
07953be271
  1. 6
      CHANGES.md
  2. 6
      version.php

6
CHANGES.md

@ -1,5 +1,7 @@
Changes in version 2017-06-10 (20170610) Changes in version 2017-06-19 (20170619)
- Fix phpdocs problems - Fix Moodle 3.4 compatibility problems
- Fix codeprechecks problems
- Stable version
Changes in version 2017-06-09 (20170609) Changes in version 2017-06-09 (20170609)
- Fix Moodle 3.4 compatibility problems - Fix Moodle 3.4 compatibility problems

6
version.php

@ -35,11 +35,11 @@ if (!isset( $plugin)) {
} }
$plugin->component = 'mod_game'; // Full name of the plugin (used for diagnostics). $plugin->component = 'mod_game'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2017061801; // The current module version (Date: YYYYMMDDXX). $plugin->version = 2017061901; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2010112400; // Requires Moodle 2.0. $plugin->requires = 2010112400; // Requires Moodle 2.0.
$plugin->cron = 0; // Period for cron to check this module (secs). $plugin->cron = 0; // Period for cron to check this module (secs).
$plugin->release = '2017-06-18'; $plugin->release = '2017-06-19';
$plugin->maturity = MATURITY_BETA; $plugin->maturity = MATURITY_STABLE;
if ($useplugin != 2) { if ($useplugin != 2) {
$module = $plugin; $module = $plugin;

Loading…
Cancel
Save