File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2.4.7 (2019101014)
2
+ Bug: Fix font paths in styles.css (CONTRIB-8957).
3
+ Bug: Fix for muteonstart_editable visibility (CONTRIB-8941).
4
+
1
5
2.4.6 (2019101013)
2
6
Bug: Fix for code precheck errors (CONTRIB-8897).
3
7
Bug: Fix for show recording conditions (CONTRIB-8917).
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Note that on previous versions of Moodle you will need to use the specific versi
30
30
| Moodle 2.7 - 2.9 | v2.1-stable | v2.1.15 (2016051920) |
31
31
| Moodle 3.0 - 3.1 | v2.2-stable | v2.2.12 (2017101020) |
32
32
| Moodle 3.2 - 3.9 | v2.3-stable | v2.3.4 (2019042009) |
33
- | Moodle 3.4 - 3.11 | v2.4-stable | v2.4 (2019101007 ) |
33
+ | Moodle 3.4 - 3.11 | v2.4-stable | v2.4.7 (2019101014 ) |
34
34
35
35
Prerequisites
36
36
=============
Original file line number Diff line number Diff line change
1
+ 2.4.7 (2019101014)
2
+ Bug: Fix font paths in styles.css (CONTRIB-8957).
3
+ Bug: Fix for muteonstart_editable visibility (CONTRIB-8941).
4
+
1
5
2.4.6 (2019101013)
2
6
Bug: Fix for code precheck errors (CONTRIB-8897).
3
7
Bug: Fix for show recording conditions (CONTRIB-8917).
Original file line number Diff line number Diff line change 26
26
27
27
defined ('MOODLE_INTERNAL ' ) || die;
28
28
29
- $ plugin ->version = 2019101013 ;
29
+ $ plugin ->version = 2019101014 ;
30
30
$ plugin ->requires = 2016120500 ;
31
31
$ plugin ->cron = 0 ;
32
32
$ plugin ->component = 'mod_bigbluebuttonbn ' ;
33
33
$ plugin ->maturity = MATURITY_STABLE ;
34
- $ plugin ->release = '2.4.6 ' ;
34
+ $ plugin ->release = '2.4.7 ' ;
You can’t perform that action at this time.
0 commit comments