Skip to content

Commit

Permalink
Release Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
odeialba committed Nov 10, 2023
1 parent f1e4ddf commit 10c2159
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

0 comments on commit 10c2159

Please sign in to comment.