Skip to content

Commit

Permalink
Release Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odeialba committed Jun 6, 2023
1 parent 5664dd1 commit d87f335
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.2 - 2023-06-06
### Changed
- Change option background when user cannot vote or has already voted
### Added
- Privacy API
- GitHub actions

## 1.0.1 - 2023-06-06
### Added
- Compatibility with Moodle LMS 4.0 and Moodle LMS 4.1
- A new tab to show the results for the voting
### Fixed
- There is nothing broken yet
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.1';
$plugin->version = 2023060600;
$plugin->release = '1.0.2';
$plugin->version = 2023060601;
$plugin->requires = 2022041908;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [];

0 comments on commit d87f335

Please sign in to comment.