From a4f419bb4743873bdd30253e1d421a3cbf5dfab3 Mon Sep 17 00:00:00 2001 From: Gustavo Bazzo Date: Fri, 10 May 2024 16:04:17 -0400 Subject: [PATCH] Update version.php --- src/version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.php b/src/version.php index 7903022..6a8c110 100644 --- a/src/version.php +++ b/src/version.php @@ -24,11 +24,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023032803; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2024050900; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2020061500.00; // Moodle 3.9.0 $plugin->component = 'atto_htmlbootstrapeditor'; // Full name of the plugin (used for diagnostics). -$plugin->release = 'v1.0.4-stable'; -$plugin->supported = [39, 401]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported. +$plugin->release = 'v1.0.5-stable'; +$plugin->supported = [39, 403]; // Moodle 3.9.x, 3.10.x and 3.11.x are supported. $plugin->maturity = MATURITY_STABLE; // MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC or MATURITY_STABLE $plugin->dependencies = [ 'tool_htmlbootstrapeditor' => 2023032800