diff --git a/CHANGELOG.md b/CHANGELOG.md index f4cf300..5e7aa83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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.5, unreleased +## Version 2.17.5, 2024-03-28 ### Changed - Re-add the client name when displaying wireless client info in the dashboard (issue #132; related issue #128). diff --git a/version.php b/version.php index 25b9a70..3c0642d 100644 --- a/version.php +++ b/version.php @@ -26,9 +26,9 @@ $plugin = new stdClass(); -$plugin->version = 2024032800; -$plugin->release = '2.17.5-beta'; +$plugin->version = 2024032801; +$plugin->release = '2.17.5'; $plugin->requires = 2018120300; $plugin->supported = [36, 403]; -$plugin->maturity = MATURITY_BETA; +$plugin->maturity = MATURITY_STABLE; $plugin->component = 'tool_moodlebox';