Skip to content

Commit

Permalink
Merge pull request #68 from sbourget/Release-Moodle37
Browse files Browse the repository at this point in the history
Travis Improvements and fixes for 3.7 release.
  • Loading branch information
sbourget authored May 18, 2019
2 parents e8905cd + 1c32c09 commit 94fa79e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/behat/behat_mod_quizgame.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 "([^"]*)"$/
*/
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 94fa79e

Please sign in to comment.