Plugin Directory

Changeset 222728


Ignore:
Timestamp:
03/28/2010 08:50:26 PM (16 years ago)
Author:
jeff_
Message:

adding version 0.9.6

Location:
frontpage-slideshow/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • frontpage-slideshow/trunk/frontpage-slideshow.php

    r222690 r222728  
    44Plugin URI: http://www.modulaweb.fr/blog/wp-plugins/frontside-slideshow/en/
    55Description: Frontpage Slideshow provides a slide show like you can see on <a href="http://linux.com">linux.com</a> or <a href="http://modulaweb.fr/">modulaweb.fr</a> front page. <a href="options-general.php?page=frontpage-slideshow">Configuration Page</a>
    6 Version: 0.9.5
     6Version: 0.9.6
    77Author: Jean-François VIAL
    88Author URI: http://www.modulaweb.fr/
     
    2424    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    2525*/
    26 define ('FRONTPAGE_SLIDESHOW_VERSION', '0.9.5');
     26define ('FRONTPAGE_SLIDESHOW_VERSION', '0.9.6');
    2727$fs_already_displayed = false; // the slideshow dont have been displayed yet
    2828function frontpageSlideshow($content,$force_display=false,$options=array()) {
     
    113113
    114114        $fscategories = join(',',$options['values']['fs_cats']);
    115         if ((!is_feed() && is_front_page()) || $force_display) { // the slideshow is only displayed on frontpage
     115        //if ((!is_feed() && is_front_page()) || $force_display) { // the slideshow is only displayed on frontpage
    116116            $fsposts = get_posts('category='.$fscategories.'&orderby=ID&numberposts='.$options['values']['fs_slides']);
    117117            $fslast = count($fsposts) - 1;
     
    119119            frontpageSlideshow_JS($options,$fslast,$force_display);
    120120            frontpageSlideshow_CSS($options,$force_display);
    121         }
     121        //}
    122122}
    123123
     
    429429    $options['values'] = shortcode_atts($options['values'], $attributes);
    430430    $force_display_if_shortcode = true;
    431 //  frontpageSlideshow_header(true,$options);
     431    //frontpageSlideshow_header(true,$options);
    432432    return frontpageSlideshow('',true,$options);
    433433}
  • frontpage-slideshow/trunk/readme.txt

    r222719 r222728  
    55Requires at least: 2.7.0
    66Tested up to: 2.9.2
    7 Stable tag: 0.9.5
     7Stable tag: 0.9.6
    88
    99Frontpage Slideshow provides a slide show like you can see in linux.com front page
     
    8787* v 0.9.4 : Correcting minor bug that was messing the «Slide comment» input field when html was present in it
    8888* v 0.9.5 : Correcting jQuery libraries compatibility issues that was messing with normal behavior of WP admin area
     89* v 0.9.6 : Fixes a wrong behavior that dont load plugin specific JS and CSS when shortcode is used anywhere else than header.php template file.
    8990
    9091== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.