diff --git a/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php b/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php index 02469253b8740..eb8311b60d564 100644 --- a/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php +++ b/mod/bigbluebuttonbn/lang/en/bigbluebuttonbn.php @@ -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.'; diff --git a/mod/bigbluebuttonbn/upgrade.txt b/mod/bigbluebuttonbn/upgrade.txt index 477bba75af604..7ea5521067a98 100644 --- a/mod/bigbluebuttonbn/upgrade.txt +++ b/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. \ No newline at end of file + if the callee can have access to them.