Skip to content

Commit 145a265

Browse files
authored
2.4.7 RELEASE NOTES, README and CHANGES (#564)
* bumped up version
1 parent c3a2812 commit 145a265

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
2.4.6 (2019101013)
26
Bug: Fix for code precheck errors (CONTRIB-8897).
37
Bug: Fix for show recording conditions (CONTRIB-8917).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Note that on previous versions of Moodle you will need to use the specific versi
3030
| Moodle 2.7 - 2.9 | v2.1-stable | v2.1.15 (2016051920) |
3131
| Moodle 3.0 - 3.1 | v2.2-stable | v2.2.12 (2017101020) |
3232
| 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) |
3434

3535
Prerequisites
3636
=============

RELEASENOTES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
2.4.6 (2019101013)
26
Bug: Fix for code precheck errors (CONTRIB-8897).
37
Bug: Fix for show recording conditions (CONTRIB-8917).

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626

2727
defined('MOODLE_INTERNAL') || die;
2828

29-
$plugin->version = 2019101013;
29+
$plugin->version = 2019101014;
3030
$plugin->requires = 2016120500;
3131
$plugin->cron = 0;
3232
$plugin->component = 'mod_bigbluebuttonbn';
3333
$plugin->maturity = MATURITY_STABLE;
34-
$plugin->release = '2.4.6';
34+
$plugin->release = '2.4.7';

0 commit comments

Comments
 (0)