From 02a7855113e698b985350378052e7ff297b9b3c9 Mon Sep 17 00:00:00 2001 From: james-cnz <5689414+james-cnz@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:21:28 +1200 Subject: [PATCH] Activity indentation WIP 2 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 997ef25..4b97074 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023051800; // The current plugin version (Date: YYYYMMDDXX). // TODO: Update version number here and in db/upgrade.php x2. +$plugin->version = 2023051800; // The current plugin version (Date: YYYYMMDDXX). // TODO: Update and in db/upgrade.php x2. $plugin->requires = 2022041900; // Requires this Moodle version. $plugin->component = 'format_multitopic'; // Full name of the plugin (used for diagnostics). // CHANGED: format name. $plugin->maturity = MATURITY_STABLE;