Skip to content

Commit f355c5c

Browse files
committed
Prepare compatibility for Moodle 4.5.
1 parent 042f7f9 commit f355c5c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

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

+1-1
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

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ moodle-atto_styles
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Moodle Atto plugin which lets the administrator provide custom CSS classes which
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
$plugin->component = 'atto_styles';
2929
$plugin->version = 2024060100;
3030
$plugin->release = 'v4.4-r1';
31-
$plugin->requires = 2024042200;
32-
$plugin->supported = [404, 404];
31+
$plugin->requires = 2024100700;
32+
$plugin->supported = [405, 405];
3333
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)