From feae8f6ce4002694ddec655cbb1a47d19a43802d Mon Sep 17 00:00:00 2001 From: Stefan-Alexander Scholz Date: Thu, 16 Nov 2023 16:17:22 +0100 Subject: [PATCH] Update version.php --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 7bd7ff2..38f0674 100644 --- a/version.php +++ b/version.php @@ -18,7 +18,7 @@ * Version details * * @package block_dash - * @copyright 2022 bdecent gmbh + * @copyright 2023 bdecent gmbh * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -27,6 +27,6 @@ $plugin->version = 2023101703; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2021051700; // Requires this Moodle version. $plugin->component = 'block_dash'; // Full name of the plugin (used for diagnostics). -$plugin->maturity = MATURITY_STABLE; -$plugin->release = '1.7'; +$plugin->maturity = MATURITY_RC; +$plugin->release = '1.8 RC'; $plugin->supported = [311, 401];