From e6ac3220033b1cb41cf695a65f4f36606ecf959b Mon Sep 17 00:00:00 2001 From: Odei Alba Date: Tue, 6 Jun 2023 08:41:12 +0200 Subject: [PATCH] Bump the version number --- version.php | 2 +- view.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/version.php b/version.php index bdc613d..2438859 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ $plugin->component = 'mod_sortvoting'; $plugin->release = '1.0.0'; -$plugin->version = 2023060200; +$plugin->version = 2023060600; $plugin->requires = 2022041908; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = []; diff --git a/view.php b/view.php index 0ffdf37..414a074 100644 --- a/view.php +++ b/view.php @@ -46,8 +46,6 @@ $PAGE->add_body_class('limitedwidth'); $PAGE->activityheader->set_attrs([]); -// TODO: Check if we want to include responses from inactive users. - $output = $PAGE->get_renderer('mod_sortvoting'); echo $output->header(); if (is_enrolled($modulecontext, null, 'mod/sortvoting:vote')) {