Skip to content

Commit b224d58

Browse files
committed
Update release notes and version
1 parent 9310233 commit b224d58

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,24 @@
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 3.0.0, 2025-10-09
7+
8+
__This version is not compatible with versions of Moodle prior to Moodle 4.4!__
9+
10+
### Added
11+
- Add support for Moodle 5.1 new directory structure (issue #159).
12+
13+
### Changed
14+
- Test against upcoming Moodle 5.1 (issue #163).
15+
- Make `changewifisettings.py` script more robust (2f6db18, 63f074b)
16+
- Remove old network stack support (issue #161).
17+
618
## Version 2.20.0, 2025-04-27
719

820
__This version is not compatible with versions of Moodle prior to Moodle 4.4!__
921

1022
### Changed
11-
- Tested against upcoming Moodle 5.0 (issue #157).
23+
- Test against upcoming Moodle 5.0 (issue #157).
1224

1325
## Version 2.19.0, 2025-01-13
1426

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 = 2025091400;
30-
$plugin->release = '3.0.0-dev';
29+
$plugin->version = 2025100900;
30+
$plugin->release = '3.0.0';
3131
$plugin->requires = 2024042200;
3232
$plugin->supported = [404, 501];
33-
$plugin->maturity = MATURITY_BETA;
33+
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)