Skip to content

Commit

Permalink
3.0.2 release (#590)
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 Sep 23, 2022
1 parent 28699ff commit e2cfe31
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.0.2 (2021101010)

Bug: Fix precheck errors (CONTRIB-9069).
Bug: Fix section error (CONTRIB-9038).
Bug: Fix schedule dates (CONTRIB-9035).
Bug: Backport of Upgrade script fix (CONTRIB-9023).
Bug: Fix JWT library use (CONTRIB-9044).

3.0.1 (2021101009)

Bug: Fix default messages section (CONTRIB-9059).
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.1 (2021101009) |
| Moodle 3.11 | v3.0-stable | v3.0.2 (2021101010) |
| Moodle 4.0 | -- | moodle-core |


Expand Down
8 changes: 8 additions & 0 deletions RELEASENOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.0.2 (2021101010)

Bug: Fix precheck errors (CONTRIB-9069).
Bug: Fix section error (CONTRIB-9038).
Bug: Fix schedule dates (CONTRIB-9035).
Bug: Backport of Upgrade script fix (CONTRIB-9023).
Bug: Fix JWT library use (CONTRIB-9044).

3.0.1 (2021101009)

Bug: Fix default messages section (CONTRIB-9059).
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 = 2021101009;
$plugin->version = 2021101010;
$plugin->requires = 2020061500;
$plugin->cron = 0;
$plugin->component = 'mod_bigbluebuttonbn';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.0.1';
$plugin->release = '3.0.2';

0 comments on commit e2cfe31

Please sign in to comment.