From e803e5d28955d1137aced4f5ee5edc9313346f8b Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Thu, 28 Mar 2024 14:58:35 +0100 Subject: [PATCH] Update release notes and version date for upcoming release --- CHANGELOG.md | 2 +- version.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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';