| @@ -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"> |