From 08fba5df2fcba169dc29698a6d19111783082b4a Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:30:14 +0100 Subject: [PATCH] V29.1.7 --- Changes.md | 3 +++ Readme.md | 2 ++ version.php | 5 +++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index 7cff497..b9a253e 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,8 @@ Version Information =================== +Version 29.1.7 + 1. Tested on Moodle 4.4 + Version 29.1.6 1. Tested on Moodle 4.3 diff --git a/Readme.md b/Readme.md index b611763..8c61856 100644 --- a/Readme.md +++ b/Readme.md @@ -32,6 +32,7 @@ This version works with: - Moodle 4.1 version 2022112800.00 (Build: 20221128) and above within the 4.1 branch. - Moodle 4.2 version 2023042400.00 (Build: 20230424) and above within the 4.2 branch. - Moodle 4.3 version 2023100900.00 (Build: 20231009) and above within the 4.3 branch. + - Moodle 4.4 version 2024042200.00 (Build: 20240422) and above within the 4.4 branch. Installing Moodle links ----------------------- @@ -53,6 +54,7 @@ Please ensure that your hardware and software complies with 'Requirements' in 'I - [Moodle 4.1](https://docs.moodle.org/401/en/Installing_Moodle) - [Moodle 4.2](https://docs.moodle.org/402/en/Installing_Moodle) - [Moodle 4.3](https://docs.moodle.org/403/en/Installing_Moodle) + - [Moodle 4.4](https://docs.moodle.org/404/en/Installing_Moodle) Free Software ============= diff --git a/version.php b/version.php index 19fa7d0..96159cb 100644 --- a/version.php +++ b/version.php @@ -27,8 +27,9 @@ defined('MOODLE_INTERNAL') || die; -$plugin->release = '29.1.6'; -$plugin->version = 2015082108; +$plugin->release = '29.1.7'; +$plugin->version = 2015082109; $plugin->requires = 2015051100.00; // M2.9 (Build: 20150511). +$plugin->supported = [29, 404]; // Supported Moodle version. $plugin->maturity = MATURITY_STABLE; $plugin->component = 'block_theme_selector';