Moodle Plugins directory: Commander / quick navigation: Versions: 4.1.1 (2024011500) | Moodle.org

Commander / quick navigation
Local plugins ::: local_commander
Maintained by
Luuk Verhoeven,
Vincent Cornelis,
Hamza Tamyachte
Quick navigation / commander is a command dialog inspired by PhpStorm `Action` and `oh-my-zsh`. It will make navigation faster in Moodle.
Commander / quick navigation 4.1.1 (2024011500)
Moodle 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3
Released: Martes, 16 Enero 2024, 11:13 PM
Code prechecks
phplint
phpcs1 | 0
js6 | 2
css79 | 0
phpdoc2 | 0
savepoint
thirdparty
grunt1 | 1
shifter
mustache
gherkin2 | 0
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.1.1) - 2024-01-16
Update
- Include groupings and group overview pages.
- Improve the code checker.
Version (3.11) - 2022-03-28
Fix
@thibault.herault
Thanks for solving issue with loading navigation.
Version (3.11) - 2021-09-27
Update
- Moved to GitHub workflows.
Version (3.8.1) - 2019-11-11
Fixed
- Issue with e.code not supported in all browsers.
Version (3.8.0) - 2019-10-13
Added
- Add new KeyboardEvent support (e.keyCode is deprecated)
- Allows multiple trigger keys
- Update version number, no issues founded in Moodle 3.8
- Prevent display commander when we are in an editable area.
- Changelog moved to a separate file
Version (1.2.7) - 2019-05-20
Added
- Release of the first official version.
- Travis tests
Fixed
- Within a course system context isn't working like expected.
Version information
- Version build number
- 2024011500
- Version release name
- 4.1.1 (2024011500)
- Maturity
- Stable version
- MD5 Sum
- 41115ba375f0ba62a0f8670f2f3270ec
- Supported software
- Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, 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, Moodle 4.2, Moodle 4.3
- Latest release for Moodle 3.0
- Latest release for Moodle 3.1
- Latest release for Moodle 3.2
- Latest release for Moodle 3.3
- Latest release for Moodle 3.4
- 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 5.0.0 (2025052100) exists for Moodle 3.9
- The more recent release 5.0.0 (2025052100) exists for Moodle 3.10
- The more recent release 5.0.0 (2025052100) exists for Moodle 3.11
- The more recent release 5.0.0 (2025052100) exists for Moodle 4.0
- The more recent release 5.0.0 (2025052100) exists for Moodle 4.1
- The more recent release 5.0.0 (2025052100) exists for Moodle 4.2
- The more recent release 5.0.0 (2025052100) exists for Moodle 4.3
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.