Skip to content

Commit

Permalink
Update release notes, version number and date and README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Dec 24, 2023
1 parent 3765a24 commit 42b0cbc
Show file tree
Hide file tree
Showing 3 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.3, 2023-12-24

### Changed
- New code for displaying the wireless clients info, which is now immediately updated upon client connexion; the info displayed is now the IP address and MAC address of the client, and the client name isn't displayed anymore (issue #128).

## Version 2.17.2, 2023-11-28

### Add
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This plugin enables a Moodle administrator to monitor some hardware settings, to

Administrators and users with manager role can moreover restart and shutdown the MoodleBox with buttons in the footer of each Moodle page.

The plugin is compatible with Moodle 3.6 or later. A Raspberry Pi model Zero 2 W, 3A+, 3B, 3B+ or 4B is recommended.
The plugin is compatible with Moodle 3.6 or later. A Raspberry Pi model Zero 2 W, 3A+, 3B, 3B+, 4B or 5 is recommended.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

$plugin = new stdClass();

$plugin->version = 2023120200;
$plugin->version = 2023122400;
$plugin->release = '2.17.3';
$plugin->requires = 2018120300;
$plugin->supported = [36, 403];
$plugin->maturity = MATURITY_BETA;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'tool_moodlebox';

0 comments on commit 42b0cbc

Please sign in to comment.