Skip to content

Commit 881a1cf

Browse files
committed
Update release notes and version date for upcoming release
1 parent 5ecdfc6 commit 881a1cf

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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 2.18.0, 2024-08-07
7+
8+
__This version is not compatible with versions of Moodle prior to Moodle 4.4!__
9+
10+
### Changed
11+
- Migrate legacy libphp callbacks to hooks (issue #135), enabling Moodle 4.4.x support.
12+
613
## Version 2.17.5, 2024-03-28
714

815
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ See [Release notes](https://github.com/moodlebox/moodle-tool_moodlebox/blob/mast
111111
112112
## Thanks
113113
114+
- To Patrick Lemaire (@patlemaire), for the migration of legacy libphp callbacks to Moodle hooks.
114115
- To Adrian Perez (@adpe), for implementing restart and shutdown buttons in footer.
115116
- To Vincent Widmer (@smallhacks), for implementing PiJuice support.
116117
- To Visvanath Ratnaweera (@ratnavis), who kindly donated a Raspberry Pi 3A+ and loaned a Raspberry Pi 4 8GB, enabling support of these Raspberry Pi models.
@@ -120,6 +121,5 @@ See [Release notes](https://github.com/moodlebox/moodle-tool_moodlebox/blob/mast
120121
Copyright © 2016 onwards, Nicolas Martignoni <nicolas@martignoni.net>
121122
122123
- All the source code is licensed under GPL 3 or any later version
123-
- The documentation is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.
124124
125125
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2024062801;
30-
$plugin->release = '2.17.6';
29+
$plugin->version = 2024080700;
30+
$plugin->release = '2.18.0';
3131
$plugin->requires = 2018120300;
32-
$plugin->supported = [36, 403];
33-
$plugin->maturity = MATURITY_BETA;
32+
$plugin->supported = [404,404];
33+
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)