Skip to content

Commit

Permalink
Fix version number and update release notes
Browse files Browse the repository at this point in the history
- Fixes #125.
  • Loading branch information
martignoni committed Oct 5, 2023
1 parent bb567e3 commit 61d5fd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/) and follow principles of [keep a changelog](https://keepachangelog.com).

## Version 2.17.1, 2023-10-05

### Fixed
- Fix bad branch name in supported version (issue #125).

## Version 2.17.0, 2023-10-01

### Add
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

$plugin = new stdClass();

$plugin->version = 2023100101;
$plugin->release = '2.17.0';
$plugin->version = 2023100500;
$plugin->release = '2.17.1';
$plugin->requires = 2018120300;
$plugin->supported = [36, 430];
$plugin->supported = [36, 403];
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'tool_moodlebox';

0 comments on commit 61d5fd9

Please sign in to comment.