Moodle Plugins directory: Block Fast Navigation: Versions: 4.4.1 | Moodle.org

Block Fast Navigation
Blocks ::: block_fastnav
Maintained by
Luuk Verhoeven,
Gemma Lesterhuis
Block fastnav gives users the ability to navigate more easily inside a course.
Block Fast Navigation 4.4.1
Moodle 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4
Released: þriðjudagur, 14. maí 2024, 3:44 AM
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
// Example
// 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
- Tested for Moodle 4.4 and PHP 8.1
- Show link when no icon is used in floating menu
Version (4.3.0) - 2024-04-05
- Tested for Moodle 4.3 and PHP 8.1
Version (4.2.0) - 2024-03-05
- updated and refactored for Moodle 4.2
Version (4.1) - 2023-03-16
Added
- Code improvement.
- Moodle 4.1 support implemented.
- CI test.
Version (3.10) - 2020-11-07
Added
- Improved code style
- Tested in Moodle 3.10 no issues found.
Removed
- Remove
.eslintrc
Gruntfile.js
andpackages.json
from the project causes Travis issues.
Version (3.9) - 2020-07-16
Added
- Release of the first official stable version.
Version information
- Version build number
- 2024051301
- Version release name
- 4.4.1
- Maturity
- Stöðug útgáfa
- MD5 Sum
- 04ea46d1117d0771d6c0bc6eee3c7f8f
- 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
- 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
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- 4.4.1
Default installation instructions for plugins of the type Blocks
- Make sure you have all the required versions.
- Download and unpack the block folder.
- Place the folder (eg "myblock") in the "blocks" subdirectory.
- Visit http://yoursite.com/admin to complete the installation
- Turn editing on in any home or course page.
- Add the block to the page
- Visit the config link in the block for more options.