From 10c2159123d001ef8746db51aa4c74319d6efb0f Mon Sep 17 00:00:00 2001 From: Odei Alba Date: Fri, 10 Nov 2023 12:01:56 +0100 Subject: [PATCH] Release Version 1.0.6 --- CHANGELOG.md | 2 ++ README.md | 2 +- version.php | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba0a01..3f9acfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 1.0.7 - 2023-11-10 + ## 1.0.6 - 2023-10-27 ### Added - Added an option to show the results of the voting to the students. diff --git a/README.md b/README.md index 32c1f61..6399a7d 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ to complete the installation from the command line. ## TODO - Roadmap -- [ ] Allow students to see results using a plugin setting +- [X] Allow students to see results using a plugin setting - [ ] Detailed view of the results - [ ] More tests (PHPUnit and Behat) - [ ] Colors! Colors are always nice! diff --git a/version.php b/version.php index 82b51fb..4d4fd50 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_sortvoting'; -$plugin->release = '1.0.6'; -$plugin->version = 2023102700; +$plugin->release = '1.0.7'; +$plugin->version = 2023111000; $plugin->requires = 2022041908; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [];