From 47e4abe22ac982141202f9d40f1f962499d65e9f Mon Sep 17 00:00:00 2001 From: Patryk Mroczko Date: Mon, 25 Nov 2024 10:53:41 +0100 Subject: [PATCH] Update plugin versions for 4.5.0 release --- version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.php b/version.php index 5b0e620a..8f28279a 100644 --- a/version.php +++ b/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2024042205; -$plugin->requires = 2024042200; -$plugin->release = '4.4.1'; +$plugin->version = 2024100700; +$plugin->requires = 2024100700; +$plugin->release = '4.5.0'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2024042205, + 'auth_oidc' => 2024100700, ];