Skip to content

Commit

Permalink
Fix: Moodle 3.1 compatibility problems
Browse files Browse the repository at this point in the history
  • Loading branch information
bdaloukas committed Sep 17, 2016
1 parent 2ca4453 commit 2e011ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Changes in version 2016-06-26 (20160626)
Changes in version 2016-06-14 (20160614)
- Fix Moodle 31 compatibility

Changes in version 2016-09-17 (20160917)
----------------------------------------
- Fix Moodle 3.1 compatibility problems

Changes in version 2016-04-26 (20160426)
----------------------------------------
- Fix Use get_types or get_shortcuts depended on version of Moodle
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
}

$plugin->component = 'mod_game'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2016081901; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2016091701; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2010112400; // Requires Moodle 2.0.
$plugin->cron = 0; // Period for cron to check this module (secs).
$plugin->release = '2016-08-19';
$plugin->release = '2016-09-17';

if ($useplugin != 2) {
$module = $plugin;
Expand Down

0 comments on commit 2e011ce

Please sign in to comment.