Skip to content

Commit db20964

Browse files
ssj365jfederico
andauthored
v3.0-rc.1: RELEASENOTES and CHANGES, bumped up version (#556)
* 3.0rc1 RELEASENOTES and CHANGES, bumped up version * Update version.php * Update version.php Co-authored-by: Jesus Federico <jesus@123it.ca>
1 parent a16e84b commit db20964

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.0rc1 (2021101004)
2+
3+
Bug: Fix for Reverts credentials back to default after upgrade (CONTRIB-8930).
4+
Bug: Fix for code precheck errors for 3.0-beta.1 (CONTRIB-8929).
5+
16
3.0-beta.1 (2021101003)
27

38
Matching code with moodle/master after release of Moodle 4.0.

RELEASENOTES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.0rc1 (2021101004)
2+
3+
Bug: Fix for Reverts credentials back to default after upgrade (CONTRIB-8930).
4+
Bug: Fix for code precheck errors for 3.0-beta.1 (CONTRIB-8929).
5+
16
3.0-beta.1 (2021101003)
27

38
Matching code with moodle/master after release of Moodle 4.0.

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
defined('MOODLE_INTERNAL') || die;
2828

2929

30-
$plugin->version = 2021101003;
30+
$plugin->version = 2021101004;
3131
$plugin->requires = 2020061500;
3232
$plugin->cron = 0;
3333
$plugin->component = 'mod_bigbluebuttonbn';
34-
$plugin->maturity = MATURITY_BETA;
35-
$plugin->release = '3.0-beta.1';
34+
$plugin->maturity = MATURITY_RC;
35+
$plugin->release = '3.0-rc.1';
3636

0 commit comments

Comments
 (0)