Skip to content

Commit 4ddd2a1

Browse files
committed
Call it 6.0.0
1 parent e6a6cbb commit 4ddd2a1

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 6.0.0 ###
2+
3+
* Privacy API implemented (block does not process any personal data).
4+
* Removed dependency on Simple HTML DOM Parser library (issue #28).
5+
* Removed custom CSS styles. Instead use standard BS4 classes to make the look and
6+
feel closer to the standard drawer navigation in Boost.
7+
* Switching from Travis-CI to Github Actions.
8+
* Tested on Moodle 3.9 and 3.10.
9+
110
### 5.2.0 ###
211

312
* Added option to enumarate the general section (aka section 0) too.

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'block_course_contents';
28-
$plugin->release = '5.2.0';
29-
$plugin->version = 2018020100;
30-
$plugin->requires = 2017051500;
28+
$plugin->release = '6.0.0';
29+
$plugin->version = 2021021300;
30+
$plugin->requires = 2020061500;
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)