Moodle Plugins directory: HTML5 canvas sketch game: Versions: 4.4.0 | 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.4.0
Moodle 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4
Released: hósdagur, 9. mai 2024, 04:01
Changelog
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.4.0) - 2024-04-05
- Upgraded and refactored for Moodle 4.4
Version (4.3.0) - 2024-04-05
- Upgraded and refactored for Moodle 4.3
Version (4.2.1) - 2024-04-05
- Fixed issue with saving and loading canvas
Version (4.2.0) - 2024-02-29
- Upgraded and refactored for Moodle 4.2
- Deprecated support for versions before Moodle 3.9 and PHP 7.4
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
- 2024050800
- Version release name
- 4.4.0
- Maturity
- Stable version
- MD5 Sum
- 50f61edad9612b5e9bdeb220868a93f4
- Supported software
- Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4
- 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
- The more recent release 4.5.0 (2024091000) exists for Moodle 4.2
- The more recent release 4.5.0 (2024091000) exists for Moodle 4.3
- The more recent release 4.5.0 (2024091000) exists for Moodle 4.4
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- 4.4.0
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