diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 205c74c..898e1a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: php: ["8.2", "8.3"] - moodle-branch: ["MOODLE_404_STABLE"] + moodle-branch: ["MOODLE_405_STABLE"] database: [pgsql, mariadb] steps: diff --git a/version.php b/version.php index 324109b..cc99c62 100644 --- a/version.php +++ b/version.php @@ -25,9 +25,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024110100; // The current plugin version (Date: YYYYMMDDXX). -$plugin->requires = 2024041600; // Requires this Moodle version. +$plugin->version = 2024121900; // The current plugin version (Date: YYYYMMDDXX). +$plugin->requires = 2024100100; // Requires this Moodle version. $plugin->component = 'enrol_ilios'; // Full name of the plugin (used for diagnostics). -$plugin->release = 'v4.4'; -$plugin->supported = [404, 404]; -$plugin->maturity = MATURITY_STABLE; +$plugin->release = 'v4.5-beta'; +$plugin->supported = [405, 405]; +$plugin->maturity = MATURITY_BETA;