Skip to content

Commit

Permalink
Update #86by49k22 - version, readme and changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaalshaikh committed Sep 13, 2024
1 parent cbe40f2 commit 9e8f960
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Types of changes
* **Fixed** for any bug fixes.
* **Security** in case of vulnerabilities.

## Version (4.5.0) - 2024-09-10
## Version (4.5.0) - 2024-09-13
- Tested for Moodle 4.5 and PHP 8.1

## Version (4.4.0) - 2024-04-05
Expand Down
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
## a Moodle block for better course navigation

In brief, the MFreak block `fastnav` gives users the ability to navigate more easily inside a course.

Special thanks to Gemma Lesterhuis ([Lesterhuis Training & Consultancy](https://ltnc.nl/)) for develop & design, useful input, bug reports and beta testing

![Ldesign.nl](https://ldesign.nl/logo_small.png)
![Lesterhuis Training & Consultancy](https://ldesign.nl/logo_small_ltnc.png)

* Author: Luuk Verhoeven, [MFreak.nl](https://MFreak.nl/)
* Author: Gemma Lesterhuis, [Lesterhuis Training & Consultancy](https://ltnc.nl/)
* Min. required: Moodle 8.1
* Min: Moodle 4.5
* Supports PHP: 8.1

* Min. required: Moodle 3.9.
* Max: 4.5
* Supports PHP: 7.2, 7.3, 7.4, 8.0, 8.1

![Moodle39](https://img.shields.io/badge/moodle-3.9-brightgreen.svg)
![Moodle310](https://img.shields.io/badge/moodle-3.10-brightgreen.svg)
![Moodle41](https://img.shields.io/badge/moodle-4.1-brightgreen.svg)
![Moodle42](https://img.shields.io/badge/moodle-4.2-brightgreen.svg)
![Moodle43](https://img.shields.io/badge/moodle-4.3-brightgreen.svg)
![Moodle44](https://img.shields.io/badge/moodle-4.4-brightgreen.svg)
![Moodle45](https://img.shields.io/badge/moodle-4.5-brightgreen.svg)
![PHP8.1](https://img.shields.io/badge/PHP-8.1-blue.svg)

For older supported Moodle versions, please check the other branch. This branch is only compatible with version 4.5 and requires PHP 8.1 or higher.
![PHP7.4](https://img.shields.io/badge/PHP-7.4-blue.svg)
![PHP8.0](https://img.shields.io/badge/PHP-8.0-blue.svg)
![PHP8.1](https://img.shields.io/badge/PHP-8.1-blue.svg)

## Screens

Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2024091001;
$plugin->version = 2024091300;
$plugin->requires = 2020050600;
$plugin->supported = [405, 405];
$plugin->supported = [39, 405];
$plugin->component = 'block_fastnav';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.5.0';

0 comments on commit 9e8f960

Please sign in to comment.