Skip to content

Commit 0edfe3a

Browse files
committed
Update version number, date and release notes for upcoming release
1 parent 73b4f72 commit 0edfe3a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.9.0, 2021-02-21
7+
8+
### Added
9+
- Detection of Raspberry Pi 400, preliminary tentative (issue #93).
10+
11+
### Changed
12+
- Travis CI dropped in favor of Github actions (no issue number, see commits 602560e, a300850, da73b9c, f0fcdd2, f3c3fda, 596adc8 and 123e7f7).
13+
614
## Version 2.8.0, 2020-11-03
715

816
### Changed

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 = 2020120800;
30-
$plugin->release = '2.8.1-beta';
29+
$plugin->version = 2021022100;
30+
$plugin->release = '2.9.0';
3131
$plugin->requires = 2018120300;
3232
$plugin->supported = [36, 310];
33-
$plugin->maturity = MATURITY_BETA;
33+
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)