From 4470f33f00b133e038e2c4f4b02ca061b721eef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 12 Oct 2024 18:17:04 +0200 Subject: [PATCH] Updating to Moodle 4.5. --- .github/workflows/moodle-plugin-ci.yml | 12 ++++++------ CHANGES.md | 4 ++++ README.md | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/moodle-plugin-ci.yml b/.github/workflows/moodle-plugin-ci.yml index d6fc2b2..04262c0 100644 --- a/.github/workflows/moodle-plugin-ci.yml +++ b/.github/workflows/moodle-plugin-ci.yml @@ -31,27 +31,27 @@ jobs: matrix: include: - php: 8.3 - moodle-branch: main + moodle-branch: MOODLE_405_STABLE database: pgsql plugin-ci: 4 - php: 8.3 - moodle-branch: main + moodle-branch: MOODLE_405_STABLE database: mariadb plugin-ci: 4 - php: 8.2 - moodle-branch: main + moodle-branch: MOODLE_405_STABLE database: pgsql plugin-ci: 4 - php: 8.2 - moodle-branch: main + moodle-branch: MOODLE_405_STABLE database: mariadb plugin-ci: 4 - php: 8.1 - moodle-branch: main + moodle-branch: MOODLE_405_STABLE database: pgsql plugin-ci: 4 - php: 8.1 - moodle-branch: main + moodle-branch: MOODLE_405_STABLE database: mariadb plugin-ci: 4 - php: 8.3 diff --git a/CHANGES.md b/CHANGES.md index 4334114..96b5f0b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ moodle-local_differentiator Changes ------- +### v4.5-r1 + +* 2024-10-12 - Adopt to Moodle 4.5. + ### v4.4-r1 * 2024-04-22 - Adopt to Moodle 4.4. diff --git a/README.md b/README.md index 12813ae..58c96c3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Moodle Differentiator [![GitHub Release](https://img.shields.io/github/release/lucaboesch/moodle-local_differentiator.svg)](https://github.com/lucaboesch/moodle-local_differentiator/releases) [![PHP Support](https://img.shields.io/badge/php-7.4--8.3-blue)](https://github.com/lucaboesch/moodle-local_differentiator/actions) -[![Moodle Support](https://img.shields.io/badge/Moodle-4.1--4.4-orange)](https://github.com/lucaboesch/moodle-local_differentiator/actions) +[![Moodle Support](https://img.shields.io/badge/Moodle-4.1--4.5-orange)](https://github.com/lucaboesch/moodle-local_differentiator/actions) [![License GPL-3.0](https://img.shields.io/github/license/lucaboesch/moodle-local_differentiator?color=lightgrey)](https://github.com/lucaboesch/moodle-local_differentiator/blob/main/LICENSE) [![GitHub contributors](https://img.shields.io/github/contributors/lucaboesch/moodle-local_differentiator)](https://github.com/lucaboesch/moodle-local_differentiator/graphs/contributors)