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 26, 2024
1 parent ecb297f commit e414c4a
Show file tree
Hide file tree
Showing 4 changed files with 8 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
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_session_keepalive
Changes
-------

### Unreleased

* 2024-10-07 - Prepare compatibility for Moodle 4.5.

### v4.4-r1

* 2024-08-24 - Development: Rename master branch to main, please update your clones.
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 plugin which checks for unsent user input in the browser and keeps the us
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 = 'local_session_keepalive';
$plugin->version = 2024060100;
$plugin->release = 'v4.4-r1';
$plugin->requires = 2024042200;
$plugin->supported = [404, 404];
$plugin->requires = 2024100700;
$plugin->supported = [405, 405];
$plugin->maturity = MATURITY_STABLE;

0 comments on commit e414c4a

Please sign in to comment.