Skip to content

Commit

Permalink
Prepare compatibility for Moodle 4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Oct 27, 2024
1 parent 2f0c8cb commit 51a179b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3']
moodle-branch: ['MOODLE_404_STABLE']
moodle-branch: ['MOODLE_405_STABLE']
database: [pgsql, mariadb]

steps:
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ moodle-availability_password
Changes
-------

<<<<<<< HEAD
### v4.4-r2

* 2024-10-27 - Tests: Call parent setup() function when instantiating PHPUnit tests.
=======
### Unreleased

* 2024-10-07 - Prepare compatibility for Moodle 4.5.
>>>>>>> bbab1c5 (Prepare compatibility for Moodle 4.5.)
### v4.4-r1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Moodle availability plugin which lets users restrict resources and activities wi
Requirements
------------

This plugin requires Moodle 4.4+
This plugin requires Moodle 4.5+


Motivation for this plugin
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
$plugin->component = 'availability_password';
$plugin->version = 2024060101;
$plugin->release = 'v4.4-r2';
$plugin->requires = 2024042200;
$plugin->supported = [404, 404];
$plugin->requires = 2024100700;
$plugin->supported = [405, 405];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 51a179b

Please sign in to comment.