From 7ffef31be4af86219cbdc1887327bd50bd3f288c Mon Sep 17 00:00:00 2001 From: Vasilis Daloukas Date: Tue, 2 Feb 2016 06:34:35 +0200 Subject: [PATCH] Fix missing string gameopenclose at lang/en/game.php --- lang/en/game.php | 1 + version.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/en/game.php b/lang/en/game.php index bd2fb0d..15561ae 100755 --- a/lang/en/game.php +++ b/lang/en/game.php @@ -241,6 +241,7 @@ $string[ 'cryptex_options'] = 'Cryptex options'; $string[ 'disablesummarize'] = 'Disable summarize'; $string[ 'gameclose'] = 'Close the game'; $string[ 'gameopen'] = 'Open the game'; +$string[ 'gameopenclose'] = 'Open and close dates'; $string[ 'gameopenclose_help'] = 'Students can only start their attempt(s) after the open time and they must complete their attempts before the close time.'; $string[ 'grademethod'] = 'Grading method'; $string[ 'hangman_allowspaces'] = 'Allow spaces in words'; diff --git a/version.php b/version.php index 3afe678..e1473d0 100755 --- a/version.php +++ b/version.php @@ -36,10 +36,10 @@ if (!isset( $plugin)) { } $plugin->component = 'mod_game'; // Full name of the plugin (used for diagnostics). -$plugin->version = 2015123104; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2016020201; // 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 = '2015-12-31 (4)'; +$plugin->release = '2016-02-02'; if ($useplugin != 2) { $module = $plugin;