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 Oct 27, 2023
1 parent 3ad18c6 commit cd3fd4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 1.0.5 - 2023-09-08
## 1.0.6 - 2023-10-27
### Added
- Added an option to show the results of the voting to the students.
- Added stardard instructions to the activity.
### Fixed
- Fix all the codechecker errors.

## 1.0.5 - 2023-09-07
### Added
Expand Down
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.6';
$plugin->version = 2023101300;
$plugin->version = 2023102700;
$plugin->requires = 2022041908;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [];

0 comments on commit cd3fd4a

Please sign in to comment.