From d4a85434843e9c30dd55e16d5e03ac945cf11a4c Mon Sep 17 00:00:00 2001 From: Stefan Topfstedt Date: Tue, 24 Sep 2024 18:32:45 -0700 Subject: [PATCH] version and dependency bumps to M4.4 --- version.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/version.php b/version.php index 1b675bc..10c8ef4 100644 --- a/version.php +++ b/version.php @@ -24,9 +24,9 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'theme_ucsf'; -$plugin->version = 2024072400; -$plugin->release = 'v4.3'; -$plugin->requires = 2023100400; -$plugin->supported = [403, 403]; +$plugin->version = 2024092400; +$plugin->release = 'v4.4'; +$plugin->requires = 2024041600; +$plugin->supported = [404, 404]; $plugin->maturity = MATURITY_STABLE; -$plugin->dependencies = ['theme_boost' => 2023100400]; +$plugin->dependencies = ['theme_boost' => 2024042200]; \ No newline at end of file