Skip to content

Commit

Permalink
v2.3-beta1: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed May 17, 2019
1 parent 74a1e05 commit 721419e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Updates in this release
Bug: Fix for issue with JWT library clashing in Moodle 3.7 (CONTRIB-7716).
Bug: Fix for implementation of resetting function (CONTRIB-7695).
Bug: Fix for for issue with delete instances with recycle bin disabled (CONTRIB-7660).
Bug: Fix for hard-coded string in room.js and old reference to RecordingsBN (GIT-130).

All updates in 2.3-beta
Bug: Fix for instanceTypeProfiles array used by keys but NOT defined so (CONTRIB-7399).
Bug: Fix for hard-coded strings in recordings table based on YUI datatables (CONTRIB-7518).
Bug: Fix for Join session timeline button don't work (CONTRIB-7538).
Expand Down
8 changes: 7 additions & 1 deletion RELEASENOTES
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
2.3-beta1 (2019042000)
2.3-beta1 (2019042001)
Bug: Fix for issue with JWT library clashing in Moodle 3.7 (CONTRIB-7716).
Bug: Fix for implementation of resetting function (CONTRIB-7695).
Bug: Fix for for issue with delete instances with recycle bin disabled (CONTRIB-7660).
Bug: Fix for hard-coded string in room.js and old reference to RecordingsBN (GIT-130).

2.3-beta0 (2019042000)
Bug: Fix for instanceTypeProfiles array used by keys but NOT defined so (CONTRIB-7399).
Bug: Fix for hard-coded strings in recordings table based on YUI datatables (CONTRIB-7518).
Bug: Fix for Join session timeline button don't work (CONTRIB-7538).
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2019042000;
$plugin->version = 2019042001;
$plugin->requires = 2016120500;
$plugin->cron = 0;
$plugin->component = 'mod_bigbluebuttonbn';
Expand Down

0 comments on commit 721419e

Please sign in to comment.