From 9915b3a4a41208c8c16226b4722857dbdfc3db0b Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Fri, 27 Sep 2024 10:03:50 -0700 Subject: [PATCH] M4.4 version bump and CI workflow adjustment. --- .github/workflows/ci.yml | 2 +- version.php | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ebd346..cb4b89a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: fail-fast: false matrix: php: ["8.2", "8.3"] - moodle-branch: ["MOODLE_403_STABLE"] + moodle-branch: ["MOODLE_404_STABLE"] database: [pgsql, mariadb] steps: diff --git a/version.php b/version.php index 9f1a8ba..c7615d4 100644 --- a/version.php +++ b/version.php @@ -24,6 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2024061000; // The current plugin version (Date: YYYYMMDDXX). -$plugin->requires = 2023100400; // Requires this Moodle version. -$plugin->component = 'tool_ucsfsomapi'; // Full name of the plugin (used for diagnostics). +$plugin->component = 'tool_ucsfsomapi'; +$plugin->version = 2024092700; +$plugin->requires = 2024041600; +$plugin->supported = [404, 404]; +$plugin->maturity = MATURITY_STABLE;