File tree 2 files changed +12
-3
lines changed 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
10
### 5.2.0 ###
2
11
3
12
* Added option to enumarate the general section (aka section 0) too.
Original file line number Diff line number Diff line change 25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
27
27
$ 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 ;
31
31
$ plugin ->maturity = MATURITY_STABLE ;
You can’t perform that action at this time.
0 commit comments