From 574ee58504c82dea29d84f17b59bce226b827703 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Wed, 5 Oct 2022 15:15:31 +0100 Subject: [PATCH] update plugin version for 4.0.2 release --- auth/oidc/version.php | 4 ++-- local/o365/version.php | 6 +++--- local/office365/version.php | 10 +++++----- local/onenote/version.php | 6 +++--- mod/assign/feedback/onenote/version.php | 6 +++--- mod/assign/submission/onenote/version.php | 6 +++--- repository/office365/version.php | 6 +++--- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/auth/oidc/version.php b/auth/oidc/version.php index 0ec4898b1..8f9cb96d5 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022041906; +$plugin->version = 2022041910; $plugin->requires = 2022041900; -$plugin->release = '4.0.1'; +$plugin->release = '4.0.2'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; diff --git a/local/o365/version.php b/local/o365/version.php index 4a5de2a7b..8d0ba146c 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022041908; +$plugin->version = 2022041910; $plugin->requires = 2022041900; -$plugin->release = '4.0.1'; +$plugin->release = '4.0.2'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2022041905, + 'auth_oidc' => 2022041910, ]; diff --git a/local/office365/version.php b/local/office365/version.php index 438ee18fa..5c72e2c9a 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -25,15 +25,15 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022041905; +$plugin->version = 2022041910; $plugin->requires = 2022041900; -$plugin->release = '4.0.1'; +$plugin->release = '4.0.2'; $plugin->component = 'local_office365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2022041905, + 'auth_oidc' => 2022041910, 'block_microsoft' => 2022041900, - 'local_o365' => 2022041905, - 'repository_office365' => 2022041900, + 'local_o365' => 2022041910, + 'repository_office365' => 2022041910, 'theme_boost_o365teams' => 2022041900, ]; diff --git a/local/onenote/version.php b/local/onenote/version.php index 813af7b21..ec86e717d 100644 --- a/local/onenote/version.php +++ b/local/onenote/version.php @@ -24,11 +24,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022041901; +$plugin->version = 2022041910; $plugin->requires = 2022041900; -$plugin->release = '4.0.0'; +$plugin->release = '4.0.2'; $plugin->component = 'local_onenote'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2022041906, + 'local_o365' => 2022041910, ]; diff --git a/mod/assign/feedback/onenote/version.php b/mod/assign/feedback/onenote/version.php index f95d736bd..8be0b7251 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 = 2022041901; +$plugin->version = 2022041910; $plugin->requires = 2022041900; -$plugin->release = '4.0.0'; +$plugin->release = '4.0.2'; $plugin->component = 'assignfeedback_onenote'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_onenote' => 2022041901, + 'local_onenote' => 2022041910, ]; diff --git a/mod/assign/submission/onenote/version.php b/mod/assign/submission/onenote/version.php index cf92592d3..2f8fe7273 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 = 2022041901; +$plugin->version = 2022041910; $plugin->requires = 2022041900; -$plugin->release = '4.0.0'; +$plugin->release = '4.0.2'; $plugin->component = 'assignsubmission_onenote'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_onenote' => 2022041901, + 'local_onenote' => 2022041910, ]; diff --git a/repository/office365/version.php b/repository/office365/version.php index ce2c3fe03..eb9d5aabe 100644 --- a/repository/office365/version.php +++ b/repository/office365/version.php @@ -24,11 +24,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022041901; +$plugin->version = 2022041910; $plugin->requires = 2022041900; -$plugin->release = '4.0.0'; +$plugin->release = '4.0.2'; $plugin->component = 'repository_office365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2022041901, + 'local_o365' => 2022041910, ];