Skip to content

Commit

Permalink
Updating to Moodle 4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Oct 12, 2024
1 parent 913caae commit 629ff88
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
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
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$plugin->component = 'local_differentiator';
$plugin->release = 'v4.4-r1';
$plugin->version = 2024042200;
$plugin->version = 2024101200;
$plugin->requires = 2020061500;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [39, 404];
$plugin->supported = [39, 405];

0 comments on commit 629ff88

Please sign in to comment.