Added: WebRTC Adapter v7.4.0

This commit is contained in:
nobody 2020-11-14 09:52:21 +01:00
parent 44864aff61
commit b852ca6a7f
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 4 additions and 0 deletions

View File

@ -430,6 +430,8 @@ targets.setLastVersion = function (type, version) {
return '1.6.28';
} else if (type.startsWith('/webrtc-adapter/6.')) {
return '6.4.8';
} else if (type.startsWith('/webrtc-adapter/7.')) {
return '7.4.0';
} else if (type.startsWith('/wow/1.')) {
return '1.1.2';
} else if (version === null) {

View File

@ -82,6 +82,7 @@
<li>Added: Tooltipster v4.2.8</li>
<li>Updated: vanilla-lazyload v17.1.0 -> v17.1.3</li>
<li>Updated: video.js v7.10.1 -> v7.10.2</li>
<li>Added: WebRTC Adapter v7.4.0</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long