Plugin Directory

Changeset 221869


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

adding version 0.9.1

Location:
frontpage-slideshow/trunk
Files:
3 added
2 edited

Legend:

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

    r221666 r221869  
    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
     6Version: 0.9.1
    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');
     26define ('FRONTPAGE_SLIDESHOW_VERSION', '0.9.1');
    2727$fs_already_displayed = false; // the slideshow dont have been displayed yet
    2828function frontpageSlideshow($content,$force_display=false,$options=array()) {
  • frontpage-slideshow/trunk/readme.txt

    r221541 r221869  
    55Requires at least: 2.7.0
    66Tested up to: 2.9.2
    7 Stable tag: 0.9
     7Stable tag: 0.9.1
    88
    99Frontpage Slideshow provides a slide show like you can see in linux.com front page
     
    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.
    8485
    8586== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.