Skip to content

Commit

Permalink
3.0.5 release (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssj365 authored Nov 2, 2023
1 parent d24c716 commit 65536f4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.0.5 (2021101013)
Bug: Fix import recording link (CONTRIB-9415).
Bug: Fix BBB index page (CONTRIB-9081).
Bug: Fix send_notifications (CONTRIB-9347).

3.0.4 (2021101012)
Bug: Fix for dismissed recordings (CONTRIB-9161).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Note that on previous versions of Moodle you will need to use the specific versi
| Moodle 3.0 - 3.7 | v2.2-stable | v2.2.13 (2017101021) |
| Moodle 3.2 - 3.10 | v2.3-stable | v2.3.6 (2019042011) |
| Moodle 3.4 - 3.11 | v2.4-stable | v2.4.7 (2019101014) |
| Moodle 3.11 | v3.0-stable | v3.0.4 (2021101012) |
| Moodle 3.11 | v3.0-stable | v3.0.5 (2021101013) |
| Moodle 4.0 | -- | moodle-core |


Expand Down
7 changes: 6 additions & 1 deletion RELEASENOTES
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
3.0.4 (2022101011)
3.0.5 (2021101013)
Bug: Fix import recording link (CONTRIB-9415).
Bug: Fix BBB index page (CONTRIB-9081).
Bug: Fix send_notifications (CONTRIB-9347).

3.0.4 (2021101012)
Bug: Fix for dismissed recordings (CONTRIB-9161).

3.0.3 (2021101011)
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2021101012;
$plugin->version = 2021101013;
$plugin->requires = 2020061500;
$plugin->cron = 0;
$plugin->component = 'mod_bigbluebuttonbn';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.0.4';
$plugin->release = '3.0.5';

0 comments on commit 65536f4

Please sign in to comment.