From 8a172b086b584c71ee3c75948e57b9102a159086 Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Mon, 10 Jun 2024 20:32:19 -0700 Subject: [PATCH] Version bump and dependency bump. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 0edacd5..3d3c2cb 100644 --- a/version.php +++ b/version.php @@ -24,12 +24,12 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024060400; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024061000; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2023100400; // Requires this Moodle version. $plugin->component = 'tool_ilioscategoryassignment'; // Full name of the plugin (used for diagnostics). $plugin->release = 'v4.3'; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_iliosapiclient' => 2024032200, + 'local_iliosapiclient' => 2024061000, ];