PluginProbe
VdoCipher: Secure Video Player and Hosting / trunk
VdoCipher: Secure Video Player and Hosting vtrunk
trunk 1.10 1.11 1.12 1.13 1.14 1.15 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.3 1.30 1.4 1.5 1.6 All 28 releases
vdocipher / include / player-versions-doc.php

player-versions-doc.php in VdoCipher: Secure Video Player and Hosting trunk, at include/player-versions-doc.php

32 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * @var string $existingVersion
4 */
5 ?>
6
7 <?php if ($existingVersion !== 'v2') { ?>
8 <br />
9 <br />
10 <strong>If you have done any CSS customisation with player v1, those will NOT translate to player v2.</strong>
11 <p>Please get in touch with us from the "Support" section in your VdoCipher dashboard.</p>
12 <?php }?>
13 <details class="vdo_docs">
14 <summary>How to choose player version?</summary>
15 <div>
16 <p>
17 The new version of the player is v2. It is the second version of our HTML5 player. There are many improvements to player including
18 </p>
19 <ul>
20 <li>Smaller file size resulting in faster load times</li>
21 <li>Improved layout on small screen devices</li>
22 <li>Work better with webpage styles</li>
23 <li>Improved progress bar function with drag function</li>
24 <li>Auto resume from last watched position</li>
25 <li>Greater customisation capabilities, chapters, playlists and other features coming soon.</li>
26 </ul>
27 <p>We will continue to support v1 player without any planned end-of-support. We will continue to make security and maintenance fixes to ensure that v1 plays across browsers as much as possible.</p>
28 <p>The looks of v2 is noticeably different, and we wanted to give you the choice in making the transition at your convenience. If you have to choose, we recommend to use player v2 because of all the improvements.</p>
29 <p>If you have any questions or feedback or feature suggestions about the new player versions, we love to hear about it. Go to the support section on the sidebar and send us a ticket.</p>
30 </div>
31 </details>
32