Skip to content

Commit

Permalink
Support Moodle 4.5.0 (#142)
Browse files Browse the repository at this point in the history
- See #141.
  • Loading branch information
martignoni authored Oct 13, 2024
1 parent b1c3f9e commit 36d09da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.1', '8.2']
moodle-branch: ['MOODLE_404_STABLE']
moodle-branch: ['MOODLE_404_STABLE', 'MOODLE_405_STABLE']
database: [pgsql, mariadb]

steps:
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

$plugin = new stdClass();

$plugin->version = 2024080700;
$plugin->release = '2.18.0';
$plugin->version = 2024101300;
$plugin->release = '2.18.1';
$plugin->requires = 2018120300;
$plugin->supported = [404, 404];
$plugin->supported = [404, 405];
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'tool_moodlebox';

0 comments on commit 36d09da

Please sign in to comment.