diff --git a/auth/oidc/version.php b/auth/oidc/version.php index 4913d10d7..921c9af15 100644 --- a/auth/oidc/version.php +++ b/auth/oidc/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112805; -$plugin->requires = 2022112800; -$plugin->release = '4.1.1'; +$plugin->version = 2023042400; +$plugin->requires = 2023042400; +$plugin->release = '4.2.0'; $plugin->component = 'auth_oidc'; $plugin->maturity = MATURITY_STABLE; diff --git a/blocks/microsoft/version.php b/blocks/microsoft/version.php index e70eef977..04e52f51c 100644 --- a/blocks/microsoft/version.php +++ b/blocks/microsoft/version.php @@ -25,11 +25,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112800; -$plugin->requires = 2022112800; -$plugin->release = '4.1.0'; +$plugin->version = 2023042400; +$plugin->requires = 2023042400; +$plugin->release = '4.2.0'; $plugin->component = 'block_microsoft'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2022112800, + 'local_o365' => 2023042400, ]; diff --git a/local/o365/version.php b/local/o365/version.php index 79428f077..1256f925b 100644 --- a/local/o365/version.php +++ b/local/o365/version.php @@ -26,11 +26,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112805; -$plugin->requires = 2022112800; -$plugin->release = '4.1.1'; +$plugin->version = 2023042400; +$plugin->requires = 2023042400; +$plugin->release = '4.2.0'; $plugin->component = 'local_o365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2022112805, + 'auth_oidc' => 2023042400, ]; diff --git a/local/office365/version.php b/local/office365/version.php index 62adef564..176dc21ec 100644 --- a/local/office365/version.php +++ b/local/office365/version.php @@ -25,15 +25,15 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112805; -$plugin->requires = 2022112800; -$plugin->release = '4.1.1'; +$plugin->version = 2023042400; +$plugin->requires = 2023042400; +$plugin->release = '4.2.0'; $plugin->component = 'local_office365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'auth_oidc' => 2022112805, - 'block_microsoft' => 2022112800, - 'local_o365' => 2022112805, - 'repository_office365' => 2022112800, - 'theme_boost_o365teams' => 2022112800, + 'auth_oidc' => 2023042400, + 'block_microsoft' => 2023042400, + 'local_o365' => 2023042400, + 'repository_office365' => 2023042400, + 'theme_boost_o365teams' => 2023042400, ]; diff --git a/local/onenote/version.php b/local/onenote/version.php index 99e0c5954..f19b18af8 100644 --- a/local/onenote/version.php +++ b/local/onenote/version.php @@ -24,11 +24,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112800; -$plugin->requires = 2022112800; -$plugin->release = '4.1.0'; +$plugin->version = 2023042400; +$plugin->requires = 2023042400; +$plugin->release = '4.2.0'; $plugin->component = 'local_onenote'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2022112800, + 'local_o365' => 2023042400, ]; diff --git a/mod/assign/feedback/onenote/version.php b/mod/assign/feedback/onenote/version.php index 0481a49f9..932aa2528 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 = 2022112800; -$plugin->requires = 2022112800; -$plugin->release = '4.1.0'; +$plugin->version = 2023042400; +$plugin->requires = 2023042400; +$plugin->release = '4.2.0'; $plugin->component = 'assignfeedback_onenote'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_onenote' => 2022112800, + 'local_onenote' => 2023042400, ]; diff --git a/mod/assign/submission/onenote/version.php b/mod/assign/submission/onenote/version.php index ba66ff058..4dfd951b7 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 = 2022112800; -$plugin->requires = 2022112800; -$plugin->release = '4.1.0'; +$plugin->version = 2023042400; +$plugin->requires = 2023042400; +$plugin->release = '4.2.0'; $plugin->component = 'assignsubmission_onenote'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_onenote' => 2022112800, + 'local_onenote' => 2023042400, ]; diff --git a/repository/office365/version.php b/repository/office365/version.php index 08965b72f..4229362e7 100644 --- a/repository/office365/version.php +++ b/repository/office365/version.php @@ -24,11 +24,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112800; -$plugin->requires = 2022112800; -$plugin->release = '4.1.0'; +$plugin->version = 2023042400; +$plugin->requires = 2023042400; +$plugin->release = '4.2.0'; $plugin->component = 'repository_office365'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2022112800, + 'local_o365' => 2023042400, ]; diff --git a/theme/boost_o365teams/version.php b/theme/boost_o365teams/version.php index 3103b3c7b..2f3bfae83 100644 --- a/theme/boost_o365teams/version.php +++ b/theme/boost_o365teams/version.php @@ -24,11 +24,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022112800; -$plugin->requires = 2022112800; -$plugin->release = '4.1.0'; +$plugin->version = 2023042400; +$plugin->requires = 2023042400; +$plugin->release = '4.2.0'; $plugin->component = 'theme_boost_o365teams'; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'local_o365' => 2022112800, + 'local_o365' => 2023042400, ];