Skip to content

Commit 61d5fd9

Browse files
committed
Fix version number and update release notes
- Fixes #125.
1 parent bb567e3 commit 61d5fd9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/) and follow principles of [keep a changelog](https://keepachangelog.com).
55

6+
## Version 2.17.1, 2023-10-05
7+
8+
### Fixed
9+
- Fix bad branch name in supported version (issue #125).
10+
611
## Version 2.17.0, 2023-10-01
712

813
### Add

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2023100101;
30-
$plugin->release = '2.17.0';
29+
$plugin->version = 2023100500;
30+
$plugin->release = '2.17.1';
3131
$plugin->requires = 2018120300;
32-
$plugin->supported = [36, 430];
32+
$plugin->supported = [36, 403];
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)