Moodle Plugins directory: HTML5 canvas sketch game: Versions: 4.00.1 | Moodle.org

HTML5 canvas sketch game
Activities ::: mod_gcanvas
Maintained by
Luuk Verhoeven,
Gemma Lesterhuis
a Moodle activity for making html5 canvas sketches.
HTML5 canvas sketch game 4.00.1
Moodle 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0, 4.1
Released: Tuesday, 21 February 2023, 6:49 AM
Code prechecks
phplint
phpcs10 | 15
js1 | 0
css
phpdoc1 | 0
savepoint
thirdparty
grunt1 | 1
shifter
mustache
gherkin
HTML | XMLChangelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
Plugin version.php information
// Plugin release number corresponds to the lasest tested Moodle version in which the plugin has been tested.
$plugin->release = '3.5.7'; // [3.5.7]
// Plugin version number corresponds to the latest plugin version.
$plugin->version = 2019010100; // 2019-01-01
How do I make a good changelog?
Guiding Principles * Changelogs are for humans, not machines. * There should be an entry for every single version. * The same types of changes should be grouped. * The latest version comes first. * The release date of each version is displayed.
Types of changes * Added for new features. * Changed for changes in existing functionality. * Deprecated for soon-to-be removed features. * Removed for now removed features. * Fixed for any bug fixes. * Security in case of vulnerabilities.
Version (4.0.1) - 2022-08-08
Changed
- No double activity description
Version (3.10.1) - 2020-12-08
Added
- Intro text support
Version (3.10) - 2020-11-14
Changed
- Updated version number, no issues found.
- Travis testing
- Docblocks
Removed
- Remove
.eslintrc
Gruntfile.js
andpackages.json
from the project causes Travis issues.
Version (3.9) - 2020-05-06
Changed
- Updated version number, no issues found.
- Minimum version PHP 7.2
- Add core_userlist_provider
Version (3.8.0) - 2019-10-11
Changed
- Update version number, no issues founded in Moodle 3.8
Version (3.5.7) - 2019-05-20
Added
- Release of the first official version.
Changed
- Adding undo function.
Version information
- Version build number
- 2023022000
- Version release name
- 4.00.1
- Maturity
- Stable version
- MD5 Sum
- 03ff1f4bba8e54aa34f166f84dcf82e9
- Supported software
- Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- The more recent release 4.5.0 (2024091000) exists for Moodle 3.9
- The more recent release 4.5.0 (2024091000) exists for Moodle 3.10
- The more recent release 4.5.0 (2024091000) exists for Moodle 3.11
- The more recent release 4.5.0 (2024091000) exists for Moodle 4.0
- The more recent release 4.5.0 (2024091000) exists for Moodle 4.1
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation