File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
6
3.0-beta.1 (2021101003)
2
7
3
8
Matching code with moodle/master after release of Moodle 4.0.
Original file line number Diff line number Diff line change
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
+
1
6
3.0-beta.1 (2021101003)
2
7
3
8
Matching code with moodle/master after release of Moodle 4.0.
Original file line number Diff line number Diff line change 27
27
defined ('MOODLE_INTERNAL ' ) || die;
28
28
29
29
30
- $ plugin ->version = 2021101003 ;
30
+ $ plugin ->version = 2021101004 ;
31
31
$ plugin ->requires = 2020061500 ;
32
32
$ plugin ->cron = 0 ;
33
33
$ 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 ' ;
36
36
You can’t perform that action at this time.
0 commit comments