PluginProbe
VdoCipher: Secure Video Player and Hosting / 1.17
VdoCipher: Secure Video Player and Hosting v1.17
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
← All changes | include/options.php +3 -3 1.141.17 View file →
@@ -41,9 +41,9 @@
41 41 </tr>
42 42
43 43 <!-- Version Number -->
44 44 <?php
45 - if (empty(get_option('vdo_embed_version'))) {
45 + if ((get_option('vdo_embed_version')) == false) {
46 46 update_option('vdo_embed_version', '0.5');
47 47 }
48 48 ?>
49 49 <tr valign="top">
@@ -48,9 +48,9 @@
48 48 ?>
49 49 <tr valign="top">
50 50 <th scope="row">Player Version</th>
51 51 <td>
52 - <?php $vdo_embed_version_vars = array('0.5', '1.0.0', '1.1.0'); ?>
52 + <?php $vdo_embed_version_vars = array('0.5', '1.0.0', '1.1.0', '1.1.3', '1.2.7', '1.3.3'); ?>
53 53 <select name="vdo_embed_version" id="vdo_embed_version">
54 54 <?php
55 55 $vdo_embed_version_str = get_option('vdo_embed_version');
56 56 ?>
@@ -74,9 +74,9 @@
74 74 </tr>
75 75
76 76 <!-- Player Theme Options -->
77 77 <?php
78 - if (empty(get_option('vdo_player_theme'))) {
78 + if ((get_option('vdo_player_theme')) == false) {
79 79 update_option('vdo_player_theme','9ae8bbe8dd964ddc9bdb932cca1cb59a');
80 80 }
81 81 ?>
82 82 <tr valign="top">