From 719ef99fdd19310c546eb2412979664daedf4120 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Fri, 8 Mar 2024 16:32:16 +0000 Subject: [PATCH] Update plugin versions for 4.2.3 release --- auth/oidc/version.php | 4 ++-- blocks/microsoft/version.php | 6 +++--- local/o365/version.php | 6 +++--- local/office365/version.php | 14 +++++++------- local/onenote/version.php | 6 +++--- mod/assign/feedback/onenote/version.php | 6 +++--- mod/assign/submission/onenote/version.php | 6 +++--- repository/office365/version.php | 6 +++--- theme/boost_o365teams/version.php | 6 +++--- 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/auth/oidc/version.php b/auth/oidc/version.php index 1af97a5f9..cafa781bd 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042412; +$plugin->version = 2023042420; $plugin->requires = 2023042400; -$plugin->release = '4.2.2'; +$plugin->release = '4.2.3'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; diff --git a/blocks/microsoft/version.php b/blocks/microsoft/version.php index c3bbf3427..d57b04a15 100644 --- a/blocks/microsoft/version.php +++ b/blocks/microsoft/version.php @@ -25,11 +25,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042401; +$plugin->version = 2023042420; $plugin->requires = 2023042400; -$plugin->release = '4.2.0'; +$plugin->release = '4.2.3'; $plugin->component = 'block_microsoft'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2023042400, + 'local_o365' => 2023042420, ]; diff --git a/local/o365/version.php b/local/o365/version.php index 07caab118..fff91d0fa 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042417; +$plugin->version = 2023042420; $plugin->requires = 2023042400; -$plugin->release = '4.2.2'; +$plugin->release = '4.2.3'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2023042410, + 'auth_oidc' => 2023042420, ]; diff --git a/local/office365/version.php b/local/office365/version.php index 51e8d6887..768d584ee 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -25,15 +25,15 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042410; +$plugin->version = 2023042420; $plugin->requires = 2023042400; -$plugin->release = '4.2.2'; +$plugin->release = '4.2.3'; $plugin->component = 'local_office365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2023042410, - 'block_microsoft' => 2023042400, - 'local_o365' => 2023042410, - 'repository_office365' => 2023042400, - 'theme_boost_o365teams' => 2023042405, + 'auth_oidc' => 2023042420, + 'block_microsoft' => 2023042420, + 'local_o365' => 2023042420, + 'repository_office365' => 2023042420, + 'theme_boost_o365teams' => 2023042420, ]; diff --git a/local/onenote/version.php b/local/onenote/version.php index f19b18af8..e4aa1d1b2 100644 --- a/local/onenote/version.php +++ b/local/onenote/version.php @@ -24,11 +24,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042400; +$plugin->version = 2023042420; $plugin->requires = 2023042400; -$plugin->release = '4.2.0'; +$plugin->release = '4.2.3'; $plugin->component = 'local_onenote'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2023042400, + 'local_o365' => 2023042420, ]; diff --git a/mod/assign/feedback/onenote/version.php b/mod/assign/feedback/onenote/version.php index 932aa2528..05def26f1 100644 --- a/mod/assign/feedback/onenote/version.php +++ b/mod/assign/feedback/onenote/version.php @@ -25,11 +25,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042400; +$plugin->version = 2023042420; $plugin->requires = 2023042400; -$plugin->release = '4.2.0'; +$plugin->release = '4.2.3'; $plugin->component = 'assignfeedback_onenote'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_onenote' => 2023042400, + 'local_onenote' => 2023042420, ]; diff --git a/mod/assign/submission/onenote/version.php b/mod/assign/submission/onenote/version.php index 4dfd951b7..76da1c424 100644 --- a/mod/assign/submission/onenote/version.php +++ b/mod/assign/submission/onenote/version.php @@ -25,11 +25,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042400; +$plugin->version = 2023042420; $plugin->requires = 2023042400; -$plugin->release = '4.2.0'; +$plugin->release = '4.2.3'; $plugin->component = 'assignsubmission_onenote'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_onenote' => 2023042400, + 'local_onenote' => 2023042420, ]; diff --git a/repository/office365/version.php b/repository/office365/version.php index 4229362e7..400bdc503 100644 --- a/repository/office365/version.php +++ b/repository/office365/version.php @@ -24,11 +24,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042400; +$plugin->version = 2023042420; $plugin->requires = 2023042400; -$plugin->release = '4.2.0'; +$plugin->release = '4.2.3'; $plugin->component = 'repository_office365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2023042400, + 'local_o365' => 2023042420, ]; diff --git a/theme/boost_o365teams/version.php b/theme/boost_o365teams/version.php index e170d0cd3..e5d885226 100644 --- a/theme/boost_o365teams/version.php +++ b/theme/boost_o365teams/version.php @@ -24,11 +24,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023042405; +$plugin->version = 2023042420; $plugin->requires = 2023042400; -$plugin->release = '4.2.1'; +$plugin->release = '4.2.3'; $plugin->component = 'theme_boost_o365teams'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2023042405, + 'local_o365' => 2023042420, ];