Skip to content

Commit

Permalink
Bump the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
odeialba committed Jun 6, 2023
1 parent 6a9ce1b commit e6ac322
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
2 changes: 0 additions & 2 deletions view.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit e6ac322

Please sign in to comment.