Plugin Directory

Changeset 414464


Ignore:
Timestamp:
07/24/2011 11:24:44 AM (15 years ago)
Author:
puzich
Message:

fixed feed appearance

Location:
fancybox-plus/trunk
Files:
3 edited

Legend:

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

    r392248 r414464  
    66Author: Puzich
    77Author URI: http://www.pferdecamp.us
    8 Version: 1.0
     8Version: 1.0.1
    99Put in /wp-content/plugins/ of your Wordpress installation
    1010*/
  • fancybox-plus/trunk/libs/core.php

    r392248 r414464  
    301301        $output = '';
    302302        // insert plugin link
    303         if (is_feed() && $this->get_option('video_showinfeed') == false ) {
     303        if ( is_feed() ) {
    304304            // show video in feed or preview
    305305            if($this->get_option('video_showinfeed')) {
  • fancybox-plus/trunk/readme.txt

    r392248 r414464  
    77Tags: fancybox, lightview, pretty photo, prettyphoto, images, lightbox, photo, image, ajax, picture, floatbox, overlay, thickbox, video, youtube, vimeo, blip.tv
    88Requires at least: 3.0
    9 Tested up to: 3.1.3
    10 Stable tag: 1.0
     9Tested up to: 3.2.1
     10Stable tag: 1.0.1
    1111
    1212Seamless integration of Fancybox (similar to Lightview, Lightbox, Thickbox, Floatbox) to create a nice overlay to display images and videos without the need to change html. Further it shows youtube, vimeo and blip.tv videos in the overlay.
     
    3737== Changelog ==
    3838
     39= 1.0.1 =
     40* [FIX] Feed appereance
     41
    3942= 1.0 =
    40 [NEW] first release
     43* [NEW] first release
Note: See TracChangeset for help on using the changeset viewer.