From 9e8f960cfe34f4e02a21542e3c861869a535ef08 Mon Sep 17 00:00:00 2001 From: Nihaal Shaikh Date: Fri, 13 Sep 2024 10:38:09 +0200 Subject: [PATCH] Update #86by49k22 - version, readme and changelog updated --- CHANGELOG.md | 2 +- README.md | 21 ++++++++++++++------- version.php | 4 ++-- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42afa61..10ede69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 42db027..d4a527c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## 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) @@ -9,14 +9,21 @@ Special thanks to Gemma Lesterhuis ([Lesterhuis Training & Consultancy](https:// * 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 diff --git a/version.php b/version.php index 9b138ee..656df9c 100644 --- a/version.php +++ b/version.php @@ -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';