From 57fb22617f58859eb411ef3bff73f1a90486c3f4 Mon Sep 17 00:00:00 2001 From: Stephen Bourget Date: Mon, 13 May 2019 15:18:20 -0400 Subject: [PATCH 1/2] mod_quizgame: Coding style fixes for Travis --- styles.css | 4 ++-- tests/behat/behat_mod_quizgame.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index f0302eb..c91fb0a 100644 --- a/styles.css +++ b/styles.css @@ -11,8 +11,8 @@ text-align: center; } .floating-button-container { - background: #FFF; - border: 0.5rem solid #FFF; + background: #fff; + border: 0.5rem solid #fff; } .floating-game-canvas { position: fixed; diff --git a/tests/behat/behat_mod_quizgame.php b/tests/behat/behat_mod_quizgame.php index 461b316..2889391 100644 --- a/tests/behat/behat_mod_quizgame.php +++ b/tests/behat/behat_mod_quizgame.php @@ -40,7 +40,7 @@ class behat_mod_quizgame extends behat_base { * Play a quizgame. * * @param string $username the username of the user that will attempt. - * @param string $quizname the name of the quizgame the user will attempt. + * @param string $quizgamename the name of the quizgame the user will attempt. * @param string $score the score of the attempt. * @Given /^user "([^"]*)" has played "([^"]*)" with a score of "([^"]*)"$/ */ From 1c32c09d07646cb5993c6540ee0d51991bfc0227 Mon Sep 17 00:00:00 2001 From: Stephen Bourget Date: Mon, 13 May 2019 15:19:00 -0400 Subject: [PATCH 2/2] mod_quizgame: Bump release information for Moodle 3.7 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 55bb222..3ec663e 100644 --- a/version.php +++ b/version.php @@ -34,4 +34,4 @@ $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_quizgame'; // To check on upgrade, that module sits in correct place. $plugin->maturity = MATURITY_ALPHA; -$plugin->release = 'v3.5-r2'; +$plugin->release = 'v3.7-r1';