Skip to content

Commit

Permalink
MDL-76339 mod_bigbluebuttonbn: correct upgrade note fix versions.
Browse files Browse the repository at this point in the history
Use agreed task name language string.
  • Loading branch information
paulholden committed Mar 15, 2023
1 parent a89cba8 commit 0920bd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php
Expand Up @@ -643,7 +643,7 @@
$string['cachedef_recordings'] = 'Recording metadata';
$string['cachedef_validatedurls'] = 'Cache of validated URL checks';
$string['taskname:check_pending_recordings'] = 'Fetch pending recordings';
$string['taskname:check_dismissed_recordings'] = 'Check for recordings that have not yet been found.';
$string['taskname:check_dismissed_recordings'] = 'Check for recordings that haven\'t been found yet';
$string['userlimitreached'] = 'The number of users allowed in a session has been reached.';
$string['waitformoderator'] = 'Waiting for a moderator to join.';

Expand Down
6 changes: 3 additions & 3 deletions mod/bigbluebuttonbn/upgrade.txt
@@ -1,11 +1,11 @@
This files describes API changes in the bigbluebuttonbn code.

=== 4.1.2 ===
=== 4.1.3 ===
* Add a new parameter for mod_bigbluebuttonbn\recording::sync_pending_recordings_from_server so sync only 'dismissed' recordings
(This was fixed in 4.2, 4.1.2 and 4.0.7).
(This was fixed in 4.2, 4.1.3 and 4.0.8).

=== 4.1 ===
* External function mod_bigbluebuttonbn\external\meeting_info now return the list of the instance features and whether they are
enabled or not.
* External function mod_bigbluebuttonbn\external\meeting_info may now return guestaccessenabled, guestjoinurl, and guestpassword
if the callee can have access to them.
if the callee can have access to them.

0 comments on commit 0920bd0

Please sign in to comment.