From 154592dc602e3361833f59c88cc046b861de4133 Mon Sep 17 00:00:00 2001 From: Vincent Cornelis Date: Fri, 5 Apr 2024 15:04:38 +0200 Subject: [PATCH] Update #86bwwnckq - Update for Moodle 4.4 --- CHANGELOG.md | 3 +++ README.md | 5 +++++ version.php | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e74851..2d5976b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,9 @@ Types of changes * **Fixed** for any bug fixes. * **Security** in case of vulnerabilities. +## Version (4.4.0) - 2024-04-05 +- Tested for Moodle (LMS) 4.4 and PHP 8.1 + ## Version (4.3.0) - 2024-02-16 - Tested and refactored for Moodle (LMS) 4.3 diff --git a/README.md b/README.md index e099201..083da99 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ input, bug reports and beta testing ![Moodle402](https://img.shields.io/badge/moodle-4.2-brightgreen.svg) ![Moodle403](https://img.shields.io/badge/moodle-4.3-brightgreen.svg) +![Moodle404](https://img.shields.io/badge/moodle-4.4-brightgreen.svg) + +![PHP74](https://img.shields.io/badge/php-7.4-teal.svg) +![PHP80](https://img.shields.io/badge/php-8.0-teal.svg) +![PHP81](https://img.shields.io/badge/php-8.1-teal.svg) ## Screens ![10 27 2018-12 40](https://github.com/Lesterhuis-Training-en-Consultancy/moodle-block-user_favorites/assets/995760/2f2c2157-dbfa-4a17-9c5b-cd77ba55070c) diff --git a/version.php b/version.php index e14098e..cecb9f3 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2024021600; +$plugin->version = 2024040500; $plugin->requires = 2023042401; $plugin->component = 'block_user_favorites'; -$plugin->release = '4.3.0'; +$plugin->release = '4.4.0'; $plugin->maturity = MATURITY_STABLE;