Plugin Directory

Changeset 221871


Ignore:
Timestamp:
03/26/2010 04:09:46 PM (16 years ago)
Author:
jeff_
Message:

adding version 0.9.2

Location:
frontpage-slideshow/trunk
Files:
2 edited

Legend:

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

    r221870 r221871  
    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.1
     6Version: 0.9.2
    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.1');
     26define ('FRONTPAGE_SLIDESHOW_VERSION', '0.9.2');
    2727$fs_already_displayed = false; // the slideshow dont have been displayed yet
    2828function frontpageSlideshow($content,$force_display=false,$options=array()) {
     
    5555            if ($image == '') { // if no image : use the first image on the post
    5656                $image = $fspost->post_content;
    57                 if (preg_match('/<img.*src="([^"]*)"/',$image,$matches)) {
     57                if (preg_match('/<img[^>]*src="([^"]*)"/i',$image,$matches)) {
    5858                    $image = $matches[1];
    5959                } else {
  • frontpage-slideshow/trunk/readme.txt

    r221869 r221871  
    8282* v 0.8 : Adding an admin zone to easily add or modify options for posts into the edit post page. + adding the complete shortcode under the preview + modifying the "How to use / Getting help section" + if no picture is available, display a default picture (a 1x1 transparent pixel GIF)
    8383* v 0.9 : Port from PrototypeJS+ScriptAculoUs to jQuery ; Add ability to configure background-images of all elements and loader animation picture by simple drag-drop ; fixing default link bug ; fixing quick buttons bar show when image is has 100% width bug ; adding some way to load the image chooser on demand to allow people that have alot of images to not stand by all images to be loaded.
    84 * v 0.9.1 : Some bugs corrected.
     84* v 0.9.1 : some improuvement and correcting svn files (js files were missing).
     85* v 0.9.2 : Improuve the way to find the URL of very first image of a post.
    8586
    8687== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.