Skip to content

Commit c6cb821

Browse files
committed
Prepare compatibility for Moodle 4.5.
1 parent 94928a9 commit c6cb821

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/moodle-plugin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
php: ['8.1', '8.2', '8.3']
34-
moodle-branch: ['MOODLE_404_STABLE']
34+
moodle-branch: ['MOODLE_405_STABLE']
3535
database: [pgsql, mariadb]
3636

3737
steps:

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ moodle-local_resort_courses
44
Changes
55
-------
66

7+
### Unreleased
8+
9+
* 2024-10-07 - Prepare compatibility for Moodle 4.5.
10+
711
### v4.4-r1
812

913
* 2024-08-24 - Development: Rename master branch to main, please update your clones.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Moodle plugin which sorts a category page automatically as soon as a course has
99
Requirements
1010
------------
1111

12-
This plugin requires Moodle 4.4+
12+
This plugin requires Moodle 4.5+
1313

1414

1515
Motivation for this plugin

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
$plugin->component = 'local_resort_courses';
2828
$plugin->version = 2024060100;
2929
$plugin->release = 'v4.4-r1';
30-
$plugin->requires = 2024042200;
31-
$plugin->supported = [404, 404];
30+
$plugin->requires = 2024100700;
31+
$plugin->supported = [405, 405];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)