Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Moodle 4.5 #87

Merged
merged 2 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading
Loading