Skip to content

Commit e803e5d

Browse files
committed
Update release notes and version date for upcoming release
1 parent 65f1867 commit e803e5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.5, unreleased
6+
## Version 2.17.5, 2024-03-28
77

88
### Changed
99
- Re-add the client name when displaying wireless client info in the dashboard (issue #132; related issue #128).

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 = 2024032800;
30-
$plugin->release = '2.17.5-beta';
29+
$plugin->version = 2024032801;
30+
$plugin->release = '2.17.5';
3131
$plugin->requires = 2018120300;
3232
$plugin->supported = [36, 403];
33-
$plugin->maturity = MATURITY_BETA;
33+
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)