mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
small change to get CSS background images displayed on site where PHP's server API is "CGI". Micro increment version number to 2.1.12
This commit is contained in:
parent
1a395c082d
commit
cfbaea0056
@ -1,4 +1,4 @@
|
||||
This is v2.1.11 of the HotPot module
|
||||
This is v2.1.12 of the HotPot module
|
||||
This module allows teachers to administer Hot Potatoes and TexToys quizzes via Moodle.
|
||||
It has been tested on:
|
||||
- Hot Potatoes 6
|
||||
|
4724
mod/hotpot/lib.php
4724
mod/hotpot/lib.php
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@
|
||||
/// Code fragment to define the version of hotpot
|
||||
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
$module->version = 2005090711; // release date of this version (see note below)
|
||||
$module->release = 'v2.1.11'; // human-friendly version name (used in mod/hotpot/lib.php)
|
||||
$module->version = 2005090712; // release date of this version (see note below)
|
||||
$module->release = 'v2.1.12'; // human-friendly version name (used in mod/hotpot/lib.php)
|
||||
$module->cron = 0; // period for cron to check this module (secs)
|
||||
// interpretation of YYYYMMDDXY version numbers
|
||||
// YYYY : year
|
||||
|
Loading…
x
Reference in New Issue
Block a user