Skip to content

Commit

Permalink
Update version number, date and release notes for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Jul 23, 2020
1 parent f8424b9 commit 98e048c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@
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.7.0, 2020-07-23

### Changed
- New Raspberry Pi OS name adopted (issue #88).
- Travis configuration updated (no issue number).

### Fixed
- Raspberry Pi 4B+ model with 8GB detection works now correctly (issue #89).
- Typo in string (no issue number)

## Version 2.6.0, 2020-06-08

### Added
- Raspberry Pi 4B+ model with 8GB supported (issue #82).
- Raspberry Pi 4B+ model with 8GB supported (issue #87).
- Tested for upcoming Moodle version 3.9 (no issue number).

### Changed
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

$plugin = new stdClass();

$plugin->version = 2020061700;
$plugin->release = '2.7.0-dev';
$plugin->version = 2020072300;
$plugin->release = '2.7.0';
$plugin->requires = 2018120300;
$plugin->supported = [36, 39];
$plugin->maturity = MATURITY_BETA;
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'tool_moodlebox';

0 comments on commit 98e048c

Please sign in to comment.