From 96ca888d249f62369d2560da1cba6678bfd11728 Mon Sep 17 00:00:00 2001 From: Nihaal Shaikh Date: Tue, 10 Sep 2024 11:51:06 +0200 Subject: [PATCH] Update #86by49jwt - changelog and version file updated --- CHANGELOG.md | 3 +++ version.php | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33cf4ec..0f00758 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.5.0) - 2024-09-10 +- Tested for Moodle 4.5 and PHP 8.1 + ## Version (4.4.1) - 2024-07-18 - Solves Accessibility issue https://github.com/Lesterhuis-Training-en-Consultancy/moodle-block_quickcourselist/issues/1 diff --git a/version.php b/version.php index 5edbafc..d16b360 100755 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2024071800; +$plugin->version = 2024091000; $plugin->requires = 2014051200; $plugin->component = 'block_quickcourselist'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '4.4.1'; -$plugin->supported = [401, 404]; +$plugin->release = '4.5.0'; +$plugin->supported = [401, 405];