Plugin Directory

Changeset 520434


Ignore:
Timestamp:
03/18/2012 03:15:26 PM (14 years ago)
Author:
puzich
Message:

3.1.1

  • [FIX] videos in feeds and mobile will not play automatically again
  • [NEW] plays youtube-nocookie videos
  • [FIX] disabling of default enabled options is possible again now. Thanks Martin!
Location:
lightview-plus/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lightview-plus/trunk/lightview-plus.php

    r511333 r520434  
    233233            foreach ($default as $k => $v) {
    234234                $i = $this->get_option($k);
    235                 if(empty($i)) {
     235                if(is_null($i)) {
    236236                    $this->update_option($k, $v);
    237237                }
     
    396396                            'lv_border_color'       => (string)$_POST['lv_border_color'],
    397397                            'lv_controls_type'      => (string)$_POST['lv_controls_type'],
    398                             'lv_overlay'                => (bool)(!empty($_POST['lv_overlay'])),
     398                            'lv_overlay'            => (bool)(!empty($_POST['lv_overlay'])),
    399399                            'lv_overlay_color'      => (string)$_POST['lv_overlay_color'],
    400                             'lv_radius_position'        => (string)$_POST['lv_radius_position'],
     400                            'lv_radius_position'    => (string)$_POST['lv_radius_position'],
    401401                            'lv_shadow'             => (bool)(!empty($_POST['lv_shadow'])),
    402402                            'lv_shadow_color'       => (string)$_POST['lv_shadow_color'],
  • lightview-plus/trunk/readme.txt

    r511333 r520434  
    4141* [FIX] videos in feeds and mobile will not play automatically again
    4242* [NEW] plays youtube-nocookie videos
     43* [FIX] disabling of default enabled options is possible again now. Thanks Martin!
    4344
    4445= 3.1.0 =
Note: See TracChangeset for help on using the changeset viewer.