Moodle Plugins directory: Commander / quick navigation: Versions: 5.0.0 | 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 5.0.0
Moodle 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 5.0
Released: درېنۍ, 27 مۍ 2025, 8:43 PM
Code prechecks
overview
phplint
phpcs2 | 12
js0 | 5
css190 | 0
phpdoc
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.5) - 10.10.2024
Update
- Remove jQuery from code base https://github.com/LdesignMedia/moodle-local_commander/issues/22
- Add Fuzzy search https://github.com/LdesignMedia/moodle-local_commander/issues/16
- Add OS darkmode support
- Update styling
- Tested for Moodle 4.5
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
- 2025052100
- Version release name
- 5.0.0
- Maturity
- ثابته نسخه
- MD5 Sum
- a1a0295bee4884c37a20f60f260aab7c
- 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, Moodle 4.5, Moodle 5.0
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
- Latest release for Moodle 5.0
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- 5.0.0
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.