File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( https://semver.org/ ) and follow principles of [ keep a changelog] ( https://keepachangelog.com ) .
5
5
6
- ## Version 2.17.5, unreleased
6
+ ## Version 2.17.5, 2024-03-28
7
7
8
8
### Changed
9
9
- Re-add the client name when displaying wireless client info in the dashboard (issue #132 ; related issue #128 ).
Original file line number Diff line number Diff line change 26
26
27
27
$ plugin = new stdClass ();
28
28
29
- $ plugin ->version = 2024032800 ;
30
- $ plugin ->release = '2.17.5-beta ' ;
29
+ $ plugin ->version = 2024032801 ;
30
+ $ plugin ->release = '2.17.5 ' ;
31
31
$ plugin ->requires = 2018120300 ;
32
32
$ plugin ->supported = [36 , 403 ];
33
- $ plugin ->maturity = MATURITY_BETA ;
33
+ $ plugin ->maturity = MATURITY_STABLE ;
34
34
$ plugin ->component = 'tool_moodlebox ' ;
You can’t perform that action at this time.
0 commit comments