Skip to content

Commit

Permalink
3.0.3 release (#601)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesus Federico <jesus@123it.ca>
  • Loading branch information
ssj365 and jfederico authored Dec 13, 2022
1 parent 9e3e649 commit 4b434f4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.0.3 (2021101011)

Bug: Fix for Userlimit (CONTRIB-9140).
Bug: Fix Backport of checksum algorithm (CONTRIB-9139).
Bug: Fix for plugin and activity settings (CONTRIB-9110).
Bug: Fix js strings (CONTRIB-9103).
Bug: Fix null return value on muteonstart (CONTRIB-9100).
Bug: Fix print recent activity block (CONTRIB-9092).

3.0.2 (2021101010)

Bug: Fix precheck errors (CONTRIB-9069).
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.2 (2021101010) |
| Moodle 3.11 | v3.0-stable | v3.0.3 (2021101011) |
| Moodle 4.0 | -- | moodle-core |


Expand Down
9 changes: 9 additions & 0 deletions RELEASENOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
3.0.3 (2021101011)

Bug: Fix for Userlimit (CONTRIB-9140).
Bug: Backport of checksum algorithm (CONTRIB-9139).
Bug: Fix for plugin and activity settings (CONTRIB-9110).
Bug: Fix js strings (CONTRIB-9103).
Bug: Fix null return value on muteonstart (CONTRIB-9100).
Bug: Fix print recent activity block (CONTRIB-9092).

3.0.2 (2021101010)

Bug: Fix precheck errors (CONTRIB-9069).
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 = 2021101010;
$plugin->version = 2021101011;
$plugin->requires = 2020061500;
$plugin->cron = 0;
$plugin->component = 'mod_bigbluebuttonbn';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.0.2';
$plugin->release = '3.0.3';

0 comments on commit 4b434f4

Please sign in to comment.